Multiple Choice
The two important parts of a while loop are the 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
Q26: A while loop's body can contain multiple
Q27: A statement that may be used to
Q28: The _ loop is a good choice
Q29: It is possible to define a file
Q30: Assuming outFile is a file stream object
Q32: These are operators that add and subtract
Q33: A special value that marks the end
Q34: In a for statement, this expression is
Q35: To allow file access in a program,
Q36: If you place a semicolon after the