Programming Assignment:

The assignment is to write this program on paper and pass it in. If you run it on the computer you will get EXTRA CREDIT. It would be good to try running this program because your first required programming assignment will be given next week. This will give you some practice.

Due in two weeks, preferably sooner!!!

The file you need to read is called C12TOYS.DAT and is located on the Web and on a disk in K-104.

The layout of the file is:

Columns

Fields

1 - 4

Identification number of toy

5 - 24

Name of toy

25 - 29

Number on hand

30 - 34

Number on order

35 - 49

Data that is not be used - set it up as a filler

The program should read the records on the file and produce a report containing the four fields. Consider showing on order before on hand on the printline.