a student wants to know his grade average for the semester. the grades are give in letter grades with numeric equivalents. develop a solution to calculate a grade average given the letter grades(the grade average is is figured per unit of credit!)
A=4.0
B=3.0
C=2.0
D=1.0
F=0.0
use a trip value to stop the processing of the loop and case structure to find the grade points
A=4.0
B=3.0
C=2.0
D=1.0
F=0.0
use a trip value to stop the processing of the loop and case structure to find the grade points
Comment