Problem
1. Just as a television commentator explains the news, you use comments in your program to explain its behavior. Declare a variable suitable for holding the number of bottles in a case.
2. What is wrong with the following variable declaration? int ounces per liter = 28.35
3. Declare and initialize two variables, unit Price and quantity, to contain the unit price of a single bottle and the number of bottles purchased. Use reasonable initial values.