Multiple Choice
A ____ statement is an alternative to the if-else chain for situations when the condition involves comparing an integer expression to a specific value.
A) switch
B) for
C) while
D) do-while
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Applying a postfix or prefix ++ operator
Q23: When writing a switch statement, you can
Q24: The _ statement in C++ is used
Q25: The most commonly used _ in if
Q26: In C++, relational operators can be used
Q28: A(n) _ chain is used in programming
Q29: Because of the way computers store single-precision
Q30: Logical operators AND, OR, and NOT are
Q31: A _ statement is a sequence of
Q32: In C++, the postfix and prefix --