See that? If all expressions are true, the result is true. If any are false the result is false. We can use this for any number of expressions, not just two!
true
false
Are you sure the && operator would evaluate to true with these values?
&&