Using The Screen
When sending a value from a variable that
has a data type of Real, you must define the
number of places before and after the
decimal point that you wish to display.
The
syntax is:
•
n
Writeln(
VariableName : before : after
) ;
n