Multiple Choice
If you want a user to enter exactly 20 values, which loop would be the best to use?
A) do-while
B) for
C) while
D) infinite
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: An initialization expression may be omitted from
Q15: You may not use the break statement
Q26: A while loop's body can contain multiple
Q39: These are operators that add and subtract
Q42: The do-while loop is a(n)_ loop that
Q45: In C++ 11 you can pass a
Q46: The statements in the body of a
Q47: This is a special value that marks
Q48: Something within a while loop must eventually
Q59: How many times will the following loop