If you have a switch statement and want certain code to be run when the value is one value or another how do you do it? The following code always goes to the defaul
Here is a really good read about switch/case and their slight difference between C/C++ and some other information about labels (ABCD:) you might like to know.