An if statement lets you control program execution based on conditional expressions. It has three parts:
1. The beginning starts with the word "if"
2. The conditional statement specifies what is being checked using variables, operators, values in parentheses
3. The execution section enclosed in curly brackets runs if the condition is true