Write A Program That Translates A Letter Grade Into A Number Grade Letter Grades
Write a program that translates a letter grade into a number grade. Letter grades are A B C D F, possibly followed by + or â. Their numeric values are 4, 3, 2, 1, and 0. There is no F+ or Fâ. A + increases the numeric value by 0.3, a â decreases it by 0.3. However, an A+ has the value 4.0. All other inputs have value â1.