We call this an else if statement. This statement runs its code block if the condition before it is false and hour < 17 is true.
false
hour < 17
true
Make sure to type hour < 17.