Prefix increment operator means the variable is incremented first and then the expression is evaluated using the new value of the variable.
Prefix decrement operator means the variable is decremented first and then the expression is evaluated using the new value of the variable.