Addition Example: 5 + 5
10
Subtraction Example: 10 - 5
5
Multiplication Example: 5 * 5
25
Division Example: 25 / 5
5
Modulus Example: Remainder of 123/20
3
Increment Example: 5 incremented by 1
6
Decrement Example: 10 decremented by 1
9