Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Databases With PostgreSQL From Novice To Professional

Authors: Richard Stones, Neil Matthew

2nd Edition

1590594789, 978-1590594780

More Books

Students also viewed these Databases questions

Question

Organize and support your main points

Answered: 1 week ago

Question

Move smoothly from point to point

Answered: 1 week ago

Question

Outlining Your Speech?

Answered: 1 week ago