y++, use then increment (post) ++y, increment then use (pre) y--, use then decrement (post) --y, decrement then use (pre)