Flow Control

© examsiri.com
Question : 3 of 14
 
Marks: +1, -0
Given:
1. int x = 12;
2. while (x < 10) {
3.   x--;
4. }
5. System.out.print(x);

What is the result?
Go to Question: