Math and arithmetic operators

Math operator + adds numbers together.
2 + 3 equals 5.

Math operator - subtracts numbers from one another.
2 - 3 equals -1.

Math operator * multiplies numbers together.
2 * 3 equals 6.

Math operator / divides numbers from one another.
2 / 3 equals 0.66666666666667.

Math operator % finds the modulus remainder.
2 % 3 equals 2.