Multiple Choice
Which statement, inserted at the indicated blank line, will correctly terminate this loop when the end of input is reached (detected when the user enters the letter Q) ?
A) stop;
B) done = 1;
C) exit;
D) done = true;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q93: What is the sentinel value in the
Q94: What is the output of the code
Q95: When designing storyboards, it is a good
Q96: The process of hand-tracing code is valuable
Q97: Storyboards are a helpful part of the
Q99: What is the purpose of the following
Q100: What is the output of the following
Q101: Which of the following code snippets displays
Q102: When hand tracing, drawing a line through
Q103: Which of the following loops executes exactly