Multiple Choice
The ________ statement executes one block of statements if a test condition is True, and another block if the condition is false.
A) if
B) if/else
C) if/else if
D) switch
E) trailing else
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The following C++ test checks if the
Q9: The rule for matching an else with
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)
Q14: logical operators AND and OR have a
Q15: The _ statement causes other program statements
Q16: A(n) _ is a variable, usually a
Q17: When an if statement is placed within
Q18: The statement<br>pass = (score >= 7) ?<br>