Multiple Choice
The while loop contains an expression that is tested for a true or false value, and a statement or block that is repeated as long as the expression:
A) is false
B) is true
C) does not evaluate to true or false
D) evaluates to true or false
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: You may not use the break statement
Q29: It is possible to define a file
Q39: You may nest while and do-while loops
Q47: This is a special value that marks
Q48: Something within a while loop must eventually
Q50: This is a control structure that causes
Q51: This is a variable that is regularly
Q51: The scope of a variable declared in
Q53: This statement may be used to stop
Q57: The while loop is this type of