Answered You can hire a professional tutor to get the answer.
Modify the following Student class to keep student's grades in a number of courses, where a student is normally enrolled in at most 7 courses/level.
Modify the following Student class to keep student’s grades in a number of courses, where a student is normally enrolled in at most 7 courses/level. In addition, your code should implement the following methods: InputCoursesData() InputCoursesMarks() toString() ComputeTotal() ComputeAverage()