What is the output of the program
class arrays
{
public static void main(String args[])
{
int arr[] = {1, 2, 3, 4, 5,6,7};
for ( int i = 0; i arr.length - 3; ++i)
System.out.println(arr[i] + " ");
}
}


Posted on by