Declaring and assigning values to variables
A variable is a named location in memory. A variable allows us to store data that is input or calculated. Variables can vary, or change.
In order to do this you will: