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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started