Problem
1. Use meaningful names for identifiers by describing what will appear in memory locations when declaring variables.
2. A variable represents an area in computer memory where the value of a particular data type can be stored. Declaring a variable requires that you select an identifier and determine what type of data will appear in the memory cell.