Concepts tested by this program:
Your assignment is to write a program that maintains a list of courses for a college. The program must be able to search for, make insertions, deletions and edit of courses. The program must be able to edit characteristics for any course. The program will also print out a course catalog.
Line Information
1 Course Name (CS204)
2 Instructor (Myers)
3 Description (Computer Science II)
4 Credits (4)
5 Days (MW)
6 Time (12:00 – 1:40 pm)
After Read Text or Binary File – Print Catalog and Insert Course become available See image.
When selecting a row in the table – Display the Course details and the Delete and Edit Course buttons become available See image.