Addition adds x and y
Subtraction subtracts x and y
Multiplication multiplies x and y
Division divides x and y
Modulus uses the remainder of x and divides by y
Pre-increment increments a by one then returns a
Post-increment returns a then increments a by one
Pre-decrement decrements a by one then returns a
Post-decrement returns a then decrements a by one