Addition Example: 5 + 5
10
Explanation: This operator adds the two numbers together.

Subtraction Example: 10 - 5
5
Explanation: This operator subtracts a number from another.

Multiplication Example: 5 * 5
25
Explanation: This operator multiplies two numbers together.

Division Example: 25 / 5
5
Explanation: This operator divides a number by another number.

Modulus Example: Remainder of 123/20
3
Explanation: This operator finds the remainder when a number is divided by another number.