Switch Statement

Let's expand our skill set by learning another conditional statement.

We'll cover the following...

What is a switch statement?

The switch statement is like an if statement. It’s useful if we have several options to choose from. Anything that can be done with a switch ...