Solved

Which Statement, Inserted at the Indicated Blank Line, Will Correctly

Question 98

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) ? 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;


A) stop;
B) done = 1;
C) exit;
D) done = true;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions