Conditional statements enable our programs to decide which blocks of code to execute and which to skip, based on whether an “expression” evaluates to true or false
if statements are the most common form of conditionals
There are a few types of if statements