SELF TEST
Are the following valid variable declarations?


	 var day, month : integer;
	     time       : real;

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


Classify each of the following according to the four basic data types.
	34.276   ____________         -37   __________________

	H        ____________         <     __________________

	dd       ____________         5.09E+27 _______________

	0        ____________         0.0   __________________


Click here for answer
Copyright B Brown/P Henry/CIT, 1988-1997. All rights reserved.