A variable is a named memory location that can be assigned a value.
To declare a variable, you will use a statement like this:
type var-name;