Let's go back to numbers and add another nifty operator to our repertoire! Can you spot an operator that'll make the value returned below true?

Yessiree! After all, >= means greater than or equal to, just as <= means less than or equal to.

Psst: since the comparison of 5 and 5 satisfies one of the conditions, the result is true.

Whoops! We agreed that the output should be true, no?