Conditional Statements

Here's my if...else example
5 is not greater than 5!

Here's my if ...elseif...else example
I will make a sandwich

Here's my switch/case example.
Today is Monday.

Conditional statements let us run code based on certain conditions.