Introduction
Variables help us store and use information in a program. They let us keep data that can change while the program runs.
When you want to remember a number someone typed in.
When you need to keep track of a score in a game.
When you want to store a name or message to show later.
When you want to do math with values that can change.
When you want to reuse a value many times without typing it again.