This program calculates a student's Cumulative Grade Point Average (CGPA) based on the grades and credits of the courses taken.
- Input the number of courses taken.
- Enter the credits and grades for each course.
- Calculate and display the GPA for the semester.
- Calculate and display the CGPA.
- Clone the repository:
git clone https://github.com/prathu013/cgpa-calculator.git
- Navigate to the project directory:
cd cgpa-calculator
- Compile the program:
g++ -o cgpa_calculator cgpa_calculator.cpp
- Run the program:
./cgpa_calculator