Addition (+) adds two numbers together.
Subtraction (-) subtracts the right number from the left number.
Multiplication (*) multiplies two values.
Division (/) divides the left number by the right number.
Modulus (%) gives the remainder after division.
Increment (++): increases a number by 1.
Decrement (--): decreases a number by 1.