Introduction
An if-else statement helps your program make choices. It runs different code depending on a condition.
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 a score.
Turning on a light if it is dark outside.