Multiple Choice
What will be the value of x after the following code is executed? int x = 10;
While (x < 100)
{
X += 10;
}
A) 90
B) 100
C) 110
D) This is an infinite loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following are pre-test loops?<br>A)
Q27: What will be printed after the following
Q37: What will be the value of x
Q48: How many times will the following do-while
Q49: This type of loop is ideal in
Q50: Which of the following will open a
Q51: In all but rare cases, loops must
Q52: _ is the process of inspecting data
Q53: This variable controls the number of times
Q55: You can use the PrintWriter class to