Multiple Choice
How many times will the following for loop be executed? for (int count = 10;count < = 21;count++)
System.out.println("Java is great!!!") ;
A) 1
B) 10
C) 11
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In a for statement, the control variable
Q14: In the for loop, the control variable
Q28: What will be the value of x
Q30: When the break statement is encountered in
Q42: What will be the value of x
Q43: Before entering a loop to compute a
Q50: Which of the following will open a
Q51: In all but rare cases, loops must
Q54: What will be the value of x
Q54: In the following code, what values could