Multiple Choice
The __________ loop is ideal in situations where you always want the loop to iterate at least once.
A) for
B) while
C) do-while
D) posttest
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The _ loop is ideal in situations
Q18: How many times will the following do-while
Q19: What will be the values of x
Q20: In the following code, what values could
Q21: Which of the following statements opens a
Q23: In a for loop, the control variable
Q24: The do-while loop must be terminated with
Q25: The do-while loop is ideal in situations
Q26: Select all that apply. Which of the
Q27: What will be printed after the following