How do we set the if statement's code block apart from the rest of the code?

We put it between the curly braces {}We put it between the parentheses ()

Good job!

We set the if block's code apart from the rest of the code by using curly braces {}.