Problem
1. Suppose the type of the cansPerPack variable in Volume1.java was changed from int to double. What would be the effect on the program?
2. Why can't the variable totalVolume in the Volume1.java program be declared as final?
3. How would you explain assignment using the parking space analogy?