Tag: GPA or CGPA Calculation using java
-
GPA or CGPA Calculation
In this program we calculate GPA or CGPA calculation values .The following steps are: Step1: Get total number of Papers as input from the user. Step2:Get marks as input from the user. Step3: Calculate sum of marks. Step4: Calculate average of marks Step5: Based on the average, it given Grade and the Grade points Explanation:…