Multiple Choice
The ideal type of loop to use for repeating a menu is a(n) ________ loop.
A) do-while
B) for
C) sentinel controlled
D) infinite
E) nested
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: What will the following code print?<br>Num =
Q24: What will the following code print?<br>Num =
Q25: The statements in the body of a
Q26: A while loop is somewhat limited because
Q27: The while loop has two important parts:
Q29: A(n) _ is a special value that
Q30: The ideal type of loop to use
Q31: A sentinel is a special value that<br>A)
Q32: To decrement a number means to increase
Q33: To _ a value means to increase