Let's use a boolean to find out if 5 is greater than 3!

Whenever we compare numbers, the result can only be true or false and stored in a boolean-type variable.

Not quite! Didn't we want to see if 5 is greater than 3?