2.2 Switch statements
2.2.1 Compile and run the program ‘switch.c’. Do you understand it? What will be the effect of swapping the 3 lines that start with case 1: with the 3 lines that start with case 3: ? Check whether your guess is correct. Now swap one of these fragments with the two lines that start with default: and explain the effect caused by this modification.