5*5 is: 25
The multiplication operator multiplies the two numbers together.
5+5 is: 10
The addition operator adds the two numbers together.
5-5 is: 0
The subtraction operator subtracts one number from the other.
5/5 is: 1
The division operator divides the first and second number.
6%5 is: 1
The modulo operator divides the two numbers, then returns the remainder.