Logical operators allow us to check more conditions at once.

Nice! With or, we can check two conditions in a single statement. Since both conditions are true, println() is executed.

Whoops! Wouldn't the or operator need to check between two conditions?