Flow Control

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

How many times will line 3 be executed?
Go to Question: