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++
- Host: GitHub
- URL: https://github.com/junaidsalim/gpa_calculator
- Owner: JunaidSalim
- Created: 2023-06-28T11:04:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T16:25:00.000Z (over 1 year ago)
- Last Synced: 2025-02-11T13:52:25.795Z (4 months ago)
- Topics: cpp, gpa-calculator, gpacalculator
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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