Addition example: 1 + 1
2
Subtraction example: 20 - 6
14
Multiplication example: 10 * 10
100
Division example: 10/5
2
Modulous example: Remainder of 151/5
1
Increment example: 11 incremented by 1
12
Increment example: 11 decreased by 1
10