Math
Addition:
1 + 2 = 4
Subtraction:
1 - 2 = -1
Multiplication:
1 x 2 = 2
Division:
1 / 2 = 0.5
Increment:
3 incremented by 1 = 3
In these examples I used addition, subtraction, multiplication, division, and incremental operators. The addition operator added the integers, the subtraction operator subtracted the integers, the multiplication operator multiplied the integers, the division operator divided the integers, and lastly the increment operator incremented the integer used by 1 in this case.;