Multiple Choice
The while loop has two important parts: a condition that is tested and a statement or block of statements that is
A) done once if the condition is true.
B) repeated as long as the condition is true.
C) always skipped.
D) repeated until the condition becomes true.
E) always done at least once, then repeated if the condition is true.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The ++ operator<br>A)adds one to the value
Q2: When a loop is nested inside another
Q4: For data validation, it is best to
Q4: A while loop may have a semicolon
Q5: are C++ operators that change their operands
Q6: A sentinel is a special value that<br>A)marks
Q7: To a value means to increase it.<br>A)add
Q10: The statement causes a loop to terminate
Q11: The while loop has two important parts:
Q32: To decrement a number means to increase