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