Math Operations

Addition: 15
Subtraction: 5
Multiplication: 50
Division: 2
Modulus: 0

The addition operator (+) adds two numbers together. The subtraction operator (-) subtracts the second number from the first. The multiplication operator (*) multiplies two numbers. The division operator (/) divides the first number by the second. The modulus operator (%) returns the remainder after dividing the first number by the second.

Source Code Screenshot