Multiple Choice
In a do…while loop, the loop will continue to execute until ____.
A) the loop control variable is true
B) the loop control variable is false
C) the user types EXIT
D) the program terminates
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which is an infinite loop?<br>A) loopCount =
Q13: The statements that make up a loop
Q14: Match each term with the correct statement
Q15: Match each term with the correct statement
Q16: What are the three sections inside the
Q18: It is important that the loop control
Q19: How could you rewrite the following code
Q20: Match each term with the correct statement
Q21: Describe how a loop is controlled by
Q22: What are some unconventional uses of the