Multiple Choice
A ____ statement is a specialized selection statement that can be used in place of an if-else chain where exact equality to one or more integer constants is required.
A) case
B) break
C) switch
D) nested if
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: One of the main advantages of using
Q4: The switch statement usually results in more
Q5: A relational expression consists of a boolean
Q6: _ is not a relational operator.<br>A) ==<br>B)
Q7: The term "flow of control" refers to
Q9: A common practice for some programmers is
Q10: The logical NOT operator is _.<br>A)||<br>B)&&<br>C)!<br>D)%%
Q11: Including one or more if-else statements within
Q12: Within a selection statement, an expression that
Q13: When an executing program encounters a(n) _