compound assignment operator: shortcut syntax (+=, -=, *=, /=,
%=) to perform an operation (+, -, *, /, or %) on both operands and store the result into the variable on the left
ArithmeticException: an error caused by dividing by zero
truncate: to cut off data from the end