Introduction
Variables let you store information to use later in your program. Assignment means giving a value to a variable.
When you want to save a number or text to use multiple times.
When you need to remember a result from a calculation.
When you want to change a value and keep track of it.
When you want to organize data with names instead of just numbers.