Multiple Choice
The ____ label contains statements that execute when the value returned by the switch statement expression does not match a case label.
A) default
B) else
C) break
D) continue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What are loop statements used for in
Q2: A _ statement restarts a loop with
Q4: Explain how index numbers are assigned to
Q5: A(n)_ statement is used to end the
Q6: The _ statement controls program flow by
Q7: To end a switch statement once it
Q8: Case labels must be discrete values and
Q9: Define decision making and describe its role
Q10: The conditional expression in the while
Q11: Each repetition of a looping statement is