Multiple Choice
The do-while loop is a(n) ________ loop that is ideal in situations where you always want the loop to iterate at least once.
A) post-test
B) pre-test
C) infinite
D) null-terminated
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: An initialization expression may be omitted from
Q26: A while loop's body can contain multiple
Q37: This is a pre-test loop that is
Q38: The do-while loop is considered a(n)_ loop.<br>A)pre-test<br>B)post-test<br>C)infinite<br>D)limited<br>E)None
Q39: These are operators that add and subtract
Q44: If you want a user to enter
Q45: In C++ 11 you can pass a
Q46: The statements in the body of a
Q47: This is a special value that marks
Q59: How many times will the following loop