Introduction
If-else helps your program make choices. It runs different code depending on conditions.
Deciding if a user is old enough to access a website
Checking if a number is positive or negative
Choosing what message to show based on the time of day
Turning on a light if it is dark outside