The code block in the if statement will only run if the condition given is true. The block outside will always run.
if
true
When the if statement is false the code outside of the parentheses is executed.
false