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 remember a number someone types 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 organize information so your program is easier to read.