Hi I am trying to come up with a function that will calculate GPA. Right now i am using if else statements. But am having trouble writing "o 64% and 63% are a 0.9
o 62% and 61% are a 0.8"
95% and above 4.0
for each percentage from 94% down to 65%, drop the grade point by 0.1 - here are some examples
o 94% - 3.9
o 90% - 3.5
o 82% - 2.7
o 65% - 1.0
o 64% and 63% are a 0.9
o 62% and 61% are a 0.8
o 60% is a 0.7
o below 60% is a 0.0