This document introduces variables and constants in C++. It discusses:
- Declaring memory locations to store variables and constants using data types and names.
- Variables store values that can change, while constants cannot change.
- Names should be descriptive yet concise, and follow specific formatting rules.
- The example problem from earlier is revisited to identify the specific memory locations needed to store its input, processing, and output items as variables.