Var Section
We may have the following within a
Var
section.
•
Var
n
surname : String ;
n
initial : Char ;
n
price : Real ;
n
age : Integer ;
n
Alive_now : Boolean ;
This would now allow us to place information
within these variables and manipulate it during the
program’s execution.