Move backward Move backward Move forward Move forward Out? Screenshot Screenshot
Just as in standard mathematics, C++ performs operations in a predictable order of
precedence. On the screen now are the operators that we just learned, in their order
of precedence. The ones closer to the top of the table are considered to have higher
precedence and are evaluted before those with lower precedence. Operators in the
same box have the same precedence and are evaluated from left to right.