Program to calculate the CGPA percentageExplanationIn this program, we have to calculate the CGPA percentage of five subjects( English, Hindi, Maths, Science and Social Study). CGPA ( Cumulative Grade Point Average ) is the systematic arrangement in the educational stream to get average of grade points. And the CGPA percentage is 9.5 times the CGPA. CGPA = (Grades in all Subjects) / (Total Number of Subjects). So, CGPA= 9.5 × CGPA FormulaCGPA = 9.5 × CGPA Algorithm
ComplexityO(1) SolutionPythonOutput: CGPA percentage is: 86.07000000001 COutput: CGPA percentage is: 86.070000 JavaOutput: CGPA Percentage is: 86.06 C#Output: CGPA percentage is: 86.06 PHPOutput: CGPA percentage is = 86.07 Next Topic# |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India