Conditional Statements

If/Else Condition

You are an adult.

Switch Case

Start of the workweek!

Conditional statements allow the code to make decisions based on certain conditions. `if/else` evaluates a condition, while `switch` works better for checking multiple specific values.