Multiple Choice
The while loop has two important parts: an expression that is tested for a true or false value, and:
A) a statement or block that is repeated as long as the expression is true
B) a statement or block that is repeated only if the expression is false
C) one line of code that is repeated once, if the expression is true
D) a statement or block that is repeated once, if the expression is true
Correct Answer:

Verified
Correct Answer:
Verified
Q6: string objects have a member function named
Q17: If you want to stop a loop
Q18: A for statement contains three expressions: initialization,
Q19: What is the output of the following
Q20: This operator increments the value of its
Q21: The update expression of a for loop
Q26: This statement may be used to stop
Q27: Assuming dataFile is a file stream object,
Q47: What will the following code display?<br>Int number
Q56: The condition that is tested by a