Multiple Choice
If x is an int where x = 1, what will x be after the following loop terminates? while (x < 100)
X *= 2;
A) 2
B) 64
C) 100
D) 128
E) None of these; this is an infinite loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Code Segment Ch 05-1<br>if (a > 0)<br>
Q11: Which of the following are true about
Q12: Which type of GUI control would be
Q13: Assume that boolean done = false, int
Q13: If a break occurs within the innermost
Q14: What does the break statement do?<br>A) ends
Q17: An if statement may or may not
Q18: Which of the sets of statements below
Q19: If you create an ArrayList without specifying
Q20: The idea that program instructions execute in