Flow Control
© examsiri.com
Question : 13 of 14
Marks:
+1,
-0
Given:
Which, inserted independently at line 4, compiles? (Choose all that apply.)
1. class Loopy {
2.   public static void main(String[] args) {
3.    int[] x = {7,6,5,4,3,2,1};
4.    /*insert code here*/
5.    System.out.print(y + " ");
6.   }
7. } }Which, inserted independently at line 4, compiles? (Choose all that apply.)
Go to Question: