SELF TEST
Are the following valid variable declarations?

	 var day, month : integer;
	     time       : real;

	 var time : real;
	     day  : integer;
	     month: integer;

They are both identical and also valid!

Classify each of the following according to the four basic data types.
	34.276  Real         -37       Integer
	H       Character    <      Character
	dd      Character    5.09E+27  Real
	0       Integer      0.0       Real



Copyright B Brown/P Henry/CIT, 1988-1997. All rights reserved.