5 + 10 = 15
10 - 5 = 5
5 * 10 = 50
10 / 5 = 2
The remainder of 10 / 5 = 0
3
1

Most of the operations are self explanatory, add, subtract, multiply, etc. The more advanced operations are pre/post increment and decrement. Increment increases the variable by 1, then returns the value. While decrement does the opposite and subtracts 1 from the variable.