Write a c++ program that translates a letter grade into


Write a C++ 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 value 4.0

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c++ program that translates a letter grade into
Reference No:- TGS0144562

Expected delivery within 24 Hours