Multiple Choice
The do-while loop is a __________ 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
Q4: What will the following code display?
Q8: What will the following loop display?
Q9: How many times will the following
Q9: How many times will the following
Q11: This loop is a good choice when
Q18: A for statement contains three expressions: initialization,
Q43: A while loop is somewhat limited because
Q51: This is a variable that is regularly
Q62: To read data from a file, you
Q63: This statement causes a loop to terminate