Prefix operators:
-increment the value,
-then return a reference.
Postfix operators:
-create a copy of the variable,
-then return the copied value from BEFORE the increment.