Multiple Choices

Learn the difference between the if/else statements and the switch statements.

We'll cover the following...

The if/else statement

Let’s write some code that helps people decide what to wear based on the weather using if/else.

Console

The switch statement

When a program should ...