Multiple Choice
The ________ statement causes other program statements to execute only under certain conditions.
A) logical
B) relational
C) cin
D) cout
E) if
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A flag is a variable, usually of
Q11: A pair of characters or a pair
Q12: The C++ _ operator represents logical AND.<br>A)
Q13: The _ statement executes one block of
Q14: logical operators AND and OR have a
Q16: A(n) _ is a variable, usually a
Q17: When an if statement is placed within
Q18: The statement<br>pass = (score >= 7) ?<br>
Q19: The following C++ test checks if the
Q20: Which of the following correctly declares an