What is a "Switch" and why use it? A switch statement is similar to an if statement, but there are some key differences. For one, the switch statement evaluates sequentally. Which means that each case ...