Question: Write a C + + program that prompts the user for a percentage, and then prints out the letter grade appropriate to that percentage on

Write a C++ program that prompts the user for a percentage, and then prints out the letter grade appropriate to that percentage on the following scale:90-100== A80-89== B70-79== C60-69== D59 or lower == FHow would we solve this using if-else if, statements? How would we use a switch statement? Try to use a switch statement.

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 Programming Questions!