From Problem to Program I Page

This program shows simple sequencing of statements and demonstrates the difference between write() and writeln(). Each item of information (a string of characters or the value of a variable) is written to the screen separately. Please also see a shorter version which uses writeln() exclusively.

The Source

The Variables

1   2   3   4   5   6   7   8   9   10   11   12   13   NEXT  

The Output


Back to Main Page
© 2001 DFStermole
Last Modified 31 Oct 2001