Introduction
Logical operators help us combine or change true/false values to make decisions in programs.
Checking if two conditions are both true, like if a door is locked AND the alarm is on.
Deciding if at least one condition is true, like if it is raining OR snowing to wear a coat.
Reversing a condition, like if a light is NOT on, then turn it on.