python program to calculate CGPA and SGPA of a student
Answers
Answered by
0
Python
- English = 9.1.
- Hindi = 8.5.
- Maths = 9.5.
- Science =9.6;
- SocialStudy = 8.6.
- CGPA = (9.1+8.5+9.5+9.6+8.6)/(5.0)
- CGPAper = 9.5 * (CGPA)
- print(" CGPA percentage is:");
Similar questions