Multiple Choice
The __________ loop is ideal in situations where the exact number of iterations is known.
A) for
B) while
C) do-while
D) posttest
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: A random number, created as an object
Q13: The variable that controls the number of
Q14: In a for loop, the control variable
Q15: In all but very rare cases, loops
Q16: The while loop is always the best
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
Q22: The _ loop is ideal in situations