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

Verified
Correct Answer:
Verified
Related Questions
Q1: A while loop is somewhat limited, because
Q9: An initialization expression may be omitted from
Q10: To use an output file in a
Q14: A(n)is a variable that is regularly incremented
Q18: The ideal type of loop to use
Q19: You may define a(n)in the initialization expression
Q20: In a for statement, the expression is
Q21: The statements in the body of a
Q22: A(n)is a special value that marks the
Q26: A while loop is somewhat limited because