Posted by hussein on July 15, 2000 at 16:53:35:
In Reply to: Display posted by John on July 15, 2000 at 13:49:06:
: Does our display need to look exactly like the sample screen display (formatting, etc), or can we modify it a little if we prefer something different?
sure, modify all your want ... as long as you satisfy the written requirements of the question.
: Also, is there a command that lets me clear the screen and start my output again from the first line?
well, someone else in class told me that
system("cls")
will work ...