Leave a Reply 3

Your email address will not be published. Required fields are marked *


skywalker

skywalker

Image link is dead.

pojo

pojo

Image:
public static void main(String[] args) {
int arr1[]={6,7,8};
for(int i:arr1){
System.out.println(i+” “);
i++;
}

}