Flow Control

© examsiri.com
Question : 2 of 14
 
Marks: +1, -0
Place the correct Code in the Code sample to achieve the expected results.
Expected Results
Output: 1 2 4 8 16 32
Code Sample
int [] y = {1,2,4,8,16,32};
System.out.print("Output: ");
Place here
System.out.print(x);
System.out.print(" ");
}
Go to Question: