Multiple Choice
When you use a sentinel value for the condition of a loop that processes user inputs, what case should you not forget to test?
A) The sentinel value is the last input value.
B) The sentinel value is the first input value.
C) The sentinel value is the third input value.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: When a loop condition is grade >=
Q26: A loop condition may be simplified by
Q27: A while loop can be nested inside
Q28: When you use a while loop to
Q29: You have a for loop nested in
Q31: When reading data from a user, the
Q32: In a for loop, a loop control
Q33: How many times will a loop with
Q34: for loops can be nested.
Q35: Which of the following questions should you