Question: C++ Problem 3: Write a program that asks the user to enter his/her letter grade (as a character A, 'B', 'C', 'D', or 'F'). The
Problem 3: Write a program that asks the user to enter his/her letter grade (as a character A, 'B', 'C', 'D', or 'F'). The program then displays a message "You passed the course" if the letter grade entered is character 'A', 'B', or 'C'; otherwise, it displays the message "You failed the course. Your program must use a switch-case structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
