How to design a gpa calculator using Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to design a gpa calculator using Python

want to make a GPA & CGPA calculator for a University using Python3

16th May 2017, 2:08 PM
Samuel Ubani
Samuel Ubani - avatar
1 Answer
+ 9
You have to first get the formula of calculating GPA and CGPA, and then translate it to code. Identify the required user input and variables. The rest should be fine to handle.
16th May 2017, 3:19 PM
Hatsy Rei
Hatsy Rei - avatar