Question: I need this C++ program to output the corresponding grade range for the letter grade that the user inputs. As of right now it only

I need this C++ program to output the corresponding grade range for the letter grade that the user inputs. As of right now it only outputs the grade range corresponding to the letter grade "A" for all letter grades that I input. if you could point out where I made a mistake in my code I would appreciate it.

Thanks for your help.I need this C++ program to output the corresponding grade range for

sally.cs.unlv.edu - PulTY -ox #include #include using namespace std; int main() char A; char B; char C; char D; char F; char userInput; cout>userInput; if (userInput = A) cout

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!