Working with Case & Switches

@lloyddean, what are you saying?

"In particular, a switch statement compares the value of a variable to the values specified in case statements. When a case statement is found whose value matches that of the variable, the code in that case statement is run. "

The examples show case 1, case 2, and I know case 'a', case 'b' work also.