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?