0
949views
Write a python program to implement a Student class that has a method to calculate CGPA. Assume suitable class variables.
1 Answer
1
136views

Solution:

In this program, we have to calculate the CGPA percentage of five subjects( English, Hindi, Math, Science, and Social Studies).

CGPA is the systematic arrangement in the educational stream to get an average of grade points. And the CGPA percentage is 9.5 times the CGPA.

CGPA = (Grades in …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.