What is a Variable?
A variable is a container for a value. Variables label and store data in memory.
What things can you do with a ‘Variable’?
-Create a variable with a descriptive name.
-Store or update information stored in a variable.
-Reference or “get” information stored in a variable.
Are “Variables” values?
No, they just contain values and represent them with a name.