C project
Phase 1
1- You need to take input from user study year (proper value check from 1 to 4)
2- Take input semester (proper value check 1 to 8)
3- Calculate GPA (use Loop, calculate GPA for semester 1,2,3...)
Example: subject 1 (marks, credit hour)
subject 2(marks, credit hour)
Marks from (1 to 100) .... to subject 5 then calculate GPA for the semester.
4- Calculate final GPA.
- Keep in mind (must steps):
1- Proper commands in your codes
2- Proper error handling
3- Output (must be good enough).