Multiple Choice
When writing a switch statement, you can use multiple ____ values to refer to the same set of statements.
A) boolean
B) default
C) break
D) case
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Including one or more if statements inside
Q19: An if-else statement without an else part
Q20: Checking user input data for erroneous or
Q21: A(n) _ is any combination of operands
Q22: Applying a postfix or prefix ++ operator
Q24: The _ statement in C++ is used
Q25: The most commonly used _ in if
Q26: In C++, relational operators can be used
Q27: A _ statement is an alternative to
Q28: A(n) _ chain is used in programming