Introduction
Variables help us store and remember information in a program. They let us use names to keep data that can change or be used later.
When you want to save a user's age to use it later in the program.
When you need to keep track of a score in a game that changes over time.
When you want to store a temperature reading from a sensor to display it.
When you want to remember a person's name to greet them multiple times.
When you want to calculate and store the result of a math operation for later use.