Math Operators Example

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

Each operator performs a mathematical operation on the two operands. For example, the addition operator adds two values, while the modulus operator gives the remainder of the division.