Introduction
Boolean values help us decide between two choices: yes or no, true or false.
Checking if a light is on or off.
Deciding if a user is logged in or not.
Testing if a number is bigger than another.
Verifying if a door is locked or unlocked.