Operator Precedence and Associativity
How is the expression computed if there are multiple binary operators involved? For example:
Operators with high precedence are acted first.
Operators of the same precedence follow the association rule (from left to right or right to left).