Question: c++ ------------------------------------- Question 2 Use a switch statement to write the following program: The program prompts the user for a letter grade (of type char).

c++ -------------------------------------c++ ------------------------------------- Question 2 Use a switch statement to write the following

Question 2 Use a switch statement to write the following program: The program prompts the user for a letter grade (of type char). The list of valid letter grades is AB D E The program should consider both lower and upper case The program will then display the following messages: For grade 'A': display "Excellent" For grade 'B': display "Good" For Grade 'C': display "Average" For grade" D, or'E' : display "Below Average" For Grade 'F': display "Fail" For any other letter grade entered by users: display "Invalid Grade" 02 Your test plan should include tests for each possible output, invalid input, and lowercase letters

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!