Write a C++ program that read in students Test Grades, print the corresponding Letter Grades and Interpretations as shown in the table below using nested if ..else statements. Test Grades Letter...


Write a C++ program that read in students Test Grades, print the corresponding Letter Grades and Interpretations as shown in the table below using nested if ..else statements.


Test Grades Letter Grades Interpretations
0 – 44 F Fail
45 – 49 E Weak Pass
50 – 54 D Pass
55 – 59 C Average
60 – 64 C+ Above Average
65 – 69 B Good
70 – 74 B+ Very Good
75 – 79 A- Excellent
80 – 100 A Outstanding



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here