Increment and Decrement Operators
The Increment Operator ++
The Decrement Operator --
Precedence - lower than (), but higher than * / and %
Associativity - right to left
Increment and decrement operators can only be applied to variables, NOT to constants or expressions