Statements - Switch
switch statement is used to select and evaluate one of the many blocks of code.
'break' statement is used to come out of switch and continue execution of statement(s) following switch.