You are eligible to vote. Your age is 18.
Today is Tuesday. Keep going!
conditions allow you to execute certain blocks of code based on conditions that you define. One commonly used condition are if/else statements. This is a boolean expression that basicallys says if a certain condition is true than execute this code. if not than do something else. A switch case statement evaluates an expression across multiple values and executes the matching block of code