A simple command-line based C++ program to calculate GPA and percentage for students using VIT grading system.
- Input marks from internal, midterm, term-end, and attendance
- Calculates total marks and maps to grade points
- GPA calculated using (Credit × Grade Point) / Total Credits
- Final Percentage = GPA × 10
- Handles 0-credit subjects case
- Language: C++
- Tools: g++ / any C++ compiler
- Platform: Console
- Clone the repo (or copy the code).
- Compile the file using terminal:
g++ gpa_Program.cpp -o gpa ./gpa