Introduction
Variables help us store and remember information in a program. They let us use that information later or change it as needed.
When you want to remember 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 that changes, like a counter.
When you want to reuse a value multiple times without typing it again.
When you want to make your code easier to read and understand.