Multiple Choice
The ________ statement executes one statement, or block of statements, if a condition is True and skips it, doing nothing, if the condition is false.
A) if
B) if/else
C) if/else if
D) switch
E) if/endif
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The _ operator takes an operand and
Q23: Relational operators allow you to _ numbers.<br>A)
Q24: What will the following expression evaluate to?<br>!(
Q25: If s1 and s2 are string objects,
Q26: A switch statement branches to a particular
Q28: The following statements will not print anything.<br>x
Q29: An expression in a C++ if statement
Q30: Assuming moreData is a Boolean variable, the
Q31: To check if a variable has a
Q32: All of the relational operators are binary.