Introduction
Variables help us store and remember information in a program. They let us use names to keep data so we can use or change it later.
When you want to save a user's name to greet them later.
When you need to keep track of a score in a game.
When you want to store a number to use in calculations.
When you want to remember a choice the user made.
When you want to update and reuse information multiple times.