An open API service indexing awesome lists of open source software.

https://github.com/junaidsalim/gpa_calculator

Repository for GPA-Calculator program in C++
https://github.com/junaidsalim/gpa_calculator

cpp gpa-calculator gpacalculator

Last synced: about 2 months ago
JSON representation

Repository for GPA-Calculator program in C++

Awesome Lists containing this project

README

        

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:
1. 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.
2. 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.
3. 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:
1. Compute semester GPA for 1st, 2nd and 3rd Semester
2. Compute semester CGPA
3. Display complete results