Addition (+): 10 + 5 = 15
This operator adds two numbers together.
Subtraction (-): 10 - 5 = 5
This operator subtracts one value from another.
Multiplication (*): 10 * 5 = 50
This operator multiplies the numbers.
Division (/): 10 / 5 = 2
This operator divides one number by another.
Modulus (%): 10 % 5 = 0
This operator returns the remainder after division.