CIS 71 (section 1): Homework 10

Handed out: 4/08/97
Due: by 2:30pm on 4/15/97
Email program to btrianta@thunder.temple.edu

This homework is very similar to homework 9, but there are a number of differences:

It would be great if you decomposed your program into a number of files, a file where you declare all the functions you use, a file where you define the functions you use, and a file for the main program. Then of course you have to be careful in compiling and linking these files.

As a comment at the beginning of your program you should do a case analysis for this problem: problem statement, analysis, design, implementation, and testing.