2/8/00
COM1100 Winter2000 Yuhong Yin
11
What each of these words does?
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.
n