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.