Multiple Choice
The statements in the body of a while loop may never be executed, whereas the statements in the body of a do-while loop will be executed:
A) at least once
B) at least twice
C) as many times as the user wishes
D) never
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: An initialization expression may be omitted from
Q15: You may not use the break statement
Q42: The do-while loop is a(n)_ loop that
Q44: If you want a user to enter
Q45: In C++ 11 you can pass a
Q47: This is a special value that marks
Q48: Something within a while loop must eventually
Q50: This is a control structure that causes
Q51: This is a variable that is regularly
Q59: How many times will the following loop