Question 1
Rewrite the following five assignment statements into a single statement using prefix and postfix increment and decrement operators as necessary. Assume all variables are int variables.

Question 2
What is a wrapper class? Why are they useful?