The and operator takes the boolean values to its left and right and returns true only if both of them are true.

Nice! The result is false because one of the values is false.

Oops-a-daisy! Didn't we want to use the and operator?