Sail E0 Webinar
Question
1. public class Test{2. public static void main(String [] args){3. int x = 0;4. // insert code here5. do{ } while(x++ < y);6. System.out.println(x);7. }8. }Which option, inserted at line 4, produces the output 12?
Options:
A .  int y = 10;
B .  int y = 11;
C .  int y = x;
D .  None of these
E .  int y = 12;
Answer: Option B

Submit Your Solution Below and Earn Points !

Submit Solution

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

Latest Videos

Latest Test Papers