Switch Case Statement
This lesson explains the key features of switch case statements and their use as an alternative to multiple if-else statements
We'll cover the following...
Alternative to Multiple ifelse
Statements
We covered if else
statements in the previous lesson. However, most ...