Skip to content

Sargam-Ghagre/VIT---GPA---Program-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIT GPA Program (C++)

A simple command-line based C++ program to calculate GPA and percentage for students using VIT grading system.


Features:

  • 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

Technologies Used:

  • Language: C++
  • Tools: g++ / any C++ compiler
  • Platform: Console

How to Run:

  1. Clone the repo (or copy the code).
  2. Compile the file using terminal:
    g++ gpa_Program.cpp -o gpa
    ./gpa

About

A C++ program to calculate GPA based on grades, credits and marks including midterm, term-end, internal and attendance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages