Introduction
We use variable names to store and find information easily in our code. Good names help us and others understand the code better.
When you want to save a number or text to use later in your program.
When you need to remember a user's name or age in a program.
When you want to keep track of a score in a game.
When you want to store a result from a calculation to use again.
When you want to make your code clear and easy to read.