The addition operator (+) adds two numbers together. The subtraction operator (-) subtracts the second number from the first. The multiplication operator (*) multiplies two numbers. The division operator (/) divides the first number by the second. The modulus operator (%) returns the remainder after dividing the first number by the second.