Great! The logical and uses the && sign and needs every condition to be true in order not to be false.
&&
true
false
We'll get to that operator in a second. In the meantime, let's try &&!