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

Verified
Correct Answer:
Verified
Q13: You can nest a for loop inside
Q14: Before beginning to add value to it,
Q15: _ are C++ operators that change their
Q16: To use files in a C++ program
Q17: You may define a(n) _ in the
Q19: The -- operator<br>A) is a unary operator.<br>B)
Q20: A for statement contains three expressions: initialization,
Q21: In order for a C++ program to
Q22: A(n) _ is a variable that controls
Q23: What will the following code print?<br>Num =