Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cgpa_to_percentage_calculator

The program ask for your name and the number of semesters for which the report is to be generated. Then it asks for the CGPA of all the semester one by one.

The Percentage is calculated as:

      if CGPA < 7:
        Percentage = CGPA * 7.2 + 12
      else if CGPA >= 7:
        Percentage = CGPA * 7.2 + 12

Check out the sample report to get more clarity.

About

This is a calculator that converts CGPA to Percentage as per Mumbai University.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages