Multiple Choice
What is the value of counter after the following statements execute?counter = 1;
While (counter<30)
Counter = 2 * counter;
A) 16
B) 32
C) 64
D) 53
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: In the for statement, if the logical
Q14: int x = 27;<br>Int y = 10;do<br>X
Q17: What is the output of the following
Q20: int i;for (i = 0; i <=
Q22: Which of the following does not have
Q26: In the case of the sentinel-controlled while
Q33: Control variables are automatically initialized in a
Q37: The output of the following Java code
Q39: A break statement is legal in a
Q43: A loop that continues to execute endlessly