12 + 4 = 16
12 - 4 = 8
12 * 4 = 48
12 / 4 = 3
12 % 4 = 0

Explanation of Operators

Addition (+): Adds two numbers together.
Subtraction (−): Takes one number away from another.
Multiplication (*): Multiplies two numbers.
Division (/): Divides one number by another.
Modulus (%): Finds the remainder after division.