1. This chapter contains several recommendations regarding variables and constants that make programs easier to read and maintain. Summarize these recommendations.
2. What is a final variable? Can you declare a final variable without supplying its value? (Try it out.)