Variable
A variable is a symbolic name for a memory location in which data can be stored
and subsequently recalled. Variables are used for holding data values so that they
can be utilized in various computations in a program.
All variables have two important attributes:
A type which is established when the variable is defined (e.g., integer, real,
character)....