You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Use This Python file to calculate Course Weighted Average in any institution that follows formula = sum(credit[index] * mark[index]) / sum(credits)
Please Note: Only CWA value can be taken as 100% accurate, 4.0 GPA and 7.0 GPA are universal conversion estimates, your GPA may differ to the GPA this program displaysdepending on your institution
About
Course Weighted Average Calculator With Estimated GPA On Both 4 and 7 Scale Coded In Python 3