Switch Statements January 20, 2015 // 0 Comments Contrary to if-then-else statements, a switch statement can have numerous possible paths of execution. Switches work on primitive data types such as integer as well as [...]