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

Verified
Correct Answer:
Verified
Related Questions
Q30: When the break statement is encountered in
Q31: If a loop does not contain, within
Q32: Which of the following expressions will generate
Q33: Each repetition of a loop is known
Q34: A _ is a value that signals
Q36: Java provides a set of simple unary
Q37: How many times will the following for
Q38: What will be the value of x
Q39: What will be the values of x
Q40: A(n) _ is a special value that