https://github.com/stenwire/cgpa-calculator
A C-program that calculates the CGPA of 6-courses in two semester.
https://github.com/stenwire/cgpa-calculator
Last synced: about 1 month ago
JSON representation
A C-program that calculates the CGPA of 6-courses in two semester.
- Host: GitHub
- URL: https://github.com/stenwire/cgpa-calculator
- Owner: stenwire
- Created: 2021-06-07T08:03:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T22:32:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T02:33:26.367Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CGPA-Calculator
A C-program that calculates the CGPA of 6-courses in two semester.
user enters courses and unit loads for the six courses of first and second semester
The average of each semester is calculated and the cummilative GPA is gotten.
Grades should be entered as A,B,C,D,etc..