Every semester, students take a number of courses, and at the end of the semester, they get their final grades. Design a class called SemTranscript that stores the name of the student, list of courses taken by the student and the corresponding grades, and the average grade for that semester. Also, create a overloaded addition operator so that you can add two semester grades to get courses taken in two semesters and calculate the final grade for a year.
Note: In the overloaded operator, you cannot just directly take an average of the grades of the two SemTranscript objects to get the average final grade of the year.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.