This is based on following Instructions:
C++ program that calculates the CGPA of students based on her/his total scores in the courses studied in the past 3 semesters.
Input:
- Your program should take as input obtained marks (out of 100) in 5 courses for the first semester, i.e., Course-1, Course-2 etc.
- Your program should take as input obtained marks (out of 100) in 5 courses for the second semester, i.e., Course-1, Course-2 etc.
- Your program should take as input obtained marks (out of 100) in 5 courses for the third semester, i.e., Course-1, Course-2 etc.
Output:
- Compute semester GPA for 1st, 2nd and 3rd Semester
- Compute semester CGPA
- Display complete results