Short Answer
____________ loops are often used for inputting data when you do not know the exact number of values to be entered.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: To write a recursive solution, a base
Q33: The while statement is the only type
Q34: A(n) _ is a loop that has
Q35: The third programming construct repetition is also
Q36: A restriction on using the foreach statement
Q38: If a numeric variable is being changed
Q39: Unlike the sentinel-controlled loop, the variable used
Q40: An advantage of sentinel-controlled loops is you
Q41: 9int sum = 0;<br>int number = 0;<br>while
Q42: In order to write a recursive solution