prev
SELF TEST
Determine what the following code statements do

	writeln( output, 'Hello there. It''s me again');
	writeln('The time has come, the Walrus said,');
	readln( input, ch );
	readln( ch );


	Self Test .. File statements
	Both writeln statements display info on screen
	Both readln statements accept info from keyboard


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