VARIABLES

Variables are an important concept in programming, 

they are pieces of data that you can define, read, and change the value of 

when storing information. Variables can be thought of as boxes, with a name

and a value.

At any time we can find the box from its name and use the value in the box.