The >= and <= operators stand for greater than or equal and less than or equal.

Nice! We have to put the expression in parentheses to make sure that it's evaluated before the <<, or insertion, operator.

Psst: the order in which operators are evaluated is also known as precedence.

Might it be that we have to enclose the expression in parentheses so that it's evaluated before the << operator?