Question: Create a class called Transcript to contain your client/demo code in this class you will read a transcript from a file, print the transcript, and

 Create a class called Transcript to contain your client/demo code in

Create a class called Transcript to contain your client/demo code in this class you will read a transcript from a file, print the transcript, and caloulate and print the number of credits and cPA. Then you will odd and drop current sempster courses from the keyboard, and print the transcript again? 1. Create a MyArroy of Course objects 2. Read the student name, student number, and completed courses from the file transcript. tot. The fle has student name on the first line, student number on the second line, and then the courbes, with each field on a separate line, in the following order, course number, osurse name, section, department, semester (Fali, spring. Winter, or Summer and year), grade, credits. For each course read the fields, create a Course object, and add it to the MyArray of 3. Print the student name and student mumber, then print all corrpleted courses 4. Calculate and print the total credits earned. 5. Calculate and orint the CPA. This table shows the points eamed for each grade Calculate the grade points for a course by multiplying the points earred by the mumber of credits. Then calculate the GPA, by adding the points esmed for. all cources and dividing by the total number of credits cocroleted. 6. Prompt the user to enter four courses being taken during the ourrent semester. Ule an empty string for the grade. 7. Prompt the user to drop one of the courses. Prompt for the course number, department, and semester. Find the course in the MyArroy and remove it. 8. Print the student name and number and all of the courses in the MyAroy, Do not put all of the code in main. Create some other methods so that main is not too long

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!