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 ...