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