ndefault
nAny number of case labels
maybe contained within
a switch statement in any order.
nIf the value of the
expression doesn’t match any of
the case value, it will look for default and program execution begins
with the statement following
the word default.