Question: GPV Calculator Create a function called percent to gpv that takes a percentage mark (int) as input, and returns the corresponding Grade Point Value (float).
GPV Calculator Create a function called percent to gpv that takes a percentage mark (int) as input, and returns the corresponding Grade Point Value (float). GPV is aleulated as follows Table 1: default Percentage Mark GPV 90-100 85-89 80-84 77-79 73-76 70-72 67-69 63-66 60-62 57-59 53-56 50-52 0-49 4.0 4.0 3.7 3.3 3.0 2.7 2.3 2.0 1.7 1.3 1.0 0.7 0.0 You can safely assume that we will not give you values outside of the given ranges for testing, but your docstring should make it clear what values are acceptable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
