Sometimes multiple specified conditions may be met. Even so, we'll never execute more than one code block.

Set the variable hour to 9 to see what happens if both specified conditions are evaluated as true.

Nice! See how only the first possible code block is executed?

Try changing the value of hour to 9 instead.