Introduction
Variables let us store and name information so we can use it later in our program. They help keep data organized and easy to change.
When you want to remember a number or word to use multiple times.
When you need to change a value during the program, like counting steps.
When you want to give a meaningful name to a piece of data to make your code easier to understand.
When you want to store user input to use it later.
When you want to hold results of calculations to use again.