Instead of using the boolean true, we can save it in a variable and use that as a condition.

Create the variable greet and set it to true. Then, use greet as a condition for the if statement.

Make sure to first assemble var greet = true.