Fifth Programming Assignment

Part 1:

Write a screen program to create an output file written to disk. The layout of the file is your choice. If you plan to write the final program instead of taking the final, please read the information about that program under exams so that you can create a file that is usable in the final project.

Part 2:

Write a screen program to read the file you wrote in Part 1 and display the information on the screen. You can do anything you want in this program, the only requirement is that you be able to step through the file one record at a time and terminate processing when you have either read all of the records or when the user chooses to quit.