Multiple Choice
The ideal type of loop to use if you want a user to enter exactly 20 values is a(n) ________ loop.
A) do-while
B) for
C) sentinel controlled
D) infinite
E) nested
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: The statements in the body of a
Q26: A while loop is somewhat limited because
Q27: The while loop has two important parts:
Q28: The ideal type of loop to use
Q29: A(n) _ is a special value that
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
Q34: If nothing within a while loop ever
Q35: For data validation, it is best to