Addition: 12 + 24
36
The addition operator (+) adds two numbers together

Subtraction: 24 - 12
12
The subtraction operator (-) subtracts the number on the right from the number on the left

Multiplication: 2 * 12
24
The multiplication operator (*) multiplies the two numbers

Division: 24 / 12
2
The division operator (/) divides the number on the right from the number on the left(

Modulus: Remainder of 120 / 13
3
The modulus operator (%) gives the remainder of the number on the left being divided by the number on the right