By gunasekaran
This project is used to calculate Cumulative Grade Points Average(CGPA) by accepting the number of subjects, marks, and credit points using C++.
Cumulative Grade Points Average ( CGPA ) is the average of grade points obtained in all the subjects. In this program, we accept the number of subjects from the user then we have calculated the CGPA using a one-dimensional array where one array is used to store the grade points obtained in each subject and another used to store the credit of each subject, Using a for loop we calculate the CGPA and print it. The library used here is which is used to perform math operations.
Submitted by gunasekaran (haris)
Download packets of source code on Coders Packet
Comments