3. variables Flashcards
1
Q
What is a variable ?
A
A variable is like a box that holds something inside.
2
Q
Name 2 criterias of a variable.
A
- A variable stores a value.
- A variable has a name.
3
Q
Why do programmers use variables ?
A
Programmers create the variables to hold the value that will change during the running of a program.
4
Q
When you play a game, your score at the beginning of the game is 0. Does the score change throughout the game?
A
Yes, the score changes as you play the game.
5
Q
A