Question: Part I: Create an application to record student courses and grades. The application should also print a student's transcript. There are four programmer-defined classes in

Part I: Create an application to record student courses and grades. The application should also print a student's transcript. There are four programmer-defined classes in the application: Course record student name, course title, credit and final grade. Transcript create a collection of Course to perform record adding, deleting, sorting, searching, and printing operations. You may use any class in the Collections. Validator verify data entries of the credit (no letter or negative number) and final grade (must be a valid letter grade) TranscriptApp driver class to test your operation classes. your program will ask use to create a course record with the name, title of course, credit and final grade until user entered n to stop, and then it will display the options for adding, deleting, sorting, searching, and printing of student records. Data entries for credit and final grade must be validated using Validator class and you may use or modify any version of Validator class you have created in your previous labs or provided in the book examples.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!