Problem
1. What statement would you use to create an integer variable with the name cheeses?
2. What statement would you use to assign the value 32 to the variable cheeses?
3. What statement would you use to read a value from keyboard input into the variable cheeses?
4. What statement would you use to print "We have X varieties of cheese," where the current value of the cheeses variable replaces X?