Example of 5 Different Arithmetic Operators


1. Addition Example: 25 + 25, this will be adding the equation.
50

2. Subtraction Example: 30 - 25, this will be subtracting the equation.
5

3. Multiplication Example: 100 * 150, this will be multiplying the equation.
15000

4. Division Example: 30 / 5, this will be dividing the equation.
6

5. Modulus Example: Remainder of 155 / 20, this will give the remainder that is left after division.
7.75