default Default Case in a Switch Statement
default:
[statement]
The default statement is used in conjunction with the switch
statement, and provides a switch selection when there are no matching
cases. See switch for a complete description.
Seealso: