Variables
CONCEPT: Variable is the term for a place in memory where the program can store, access, and restore information.
All variables have the following 3 properties:
1. A name so that the program can refer to the variable (a location in memory)
2. A means to store a (new) value in the variable
3. A means to “see” (or make a copy of) the value stored in the variable