All conditions must evaluate to true when used with the && operator, otherwise the else block will be executed.
&&
Let's try.
We can use && with as many values as we want in an if statement.
Didn't we want to use logical and?