Multiple Choice
If a while loop has no braces around the body of the loop
A) there is no loop body.
B) the loop body ends when the endwhile statement is encountered.
C) the loop body contains just one statement.
D) the program will not compile.
E) the program will compile, but not run.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A while loop is somewhat limited, because
Q2: When a loop is nested inside another
Q4: A while loop may have a semicolon
Q5: A(n) _ is a variable that is
Q6: In a for statement, the _ expression
Q7: The do-while loop is a(n) _ loop,
Q8: The statements in the body of a
Q9: To use files in a C++ program
Q9: An initialization expression may be omitted from
Q10: To use an output file in a