SELF TEST 2
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, 1988-1999. All rights reserved.