Transcription: All operators have the characteristics of precedence and associativity. Precedence determines the order in which operators are performed. Associativity provides a left-to-right or right-to-left order for grouping operands and operators that have the same precedence. Expressions involving only arithmetic operators of equal precedence are evaluated from left to right.