Multiple Choice
The statements in the body of a do-while loop are executed
A) exactly once.
B) at least once.
C) only if the test condition is initially True.
D) until the test condition becomes True.
E) forever until the user hits the break key.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If a while loop has no braces
Q4: A while loop may have a semicolon
Q5: A(n) _ is a variable that is
Q6: In a for statement, the _ expression
Q7: The do-while loop is a(n) _ loop,
Q9: To use files in a C++ program
Q9: An initialization expression may be omitted from
Q10: To use an output file in a
Q12: When a loop is nested inside another
Q13: You can nest a for loop inside