Examlex

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;


Definitions:

Related Questions