Question: For C++ Create a program that gives the user a menu of options for grading purposes, it should look something like this (in bold are
For C++
Create a program that gives the user a menu of options for grading purposes, it should look something like this (in bold are the details of the required information): Menu Options 1. Enter your test score, these are the grades. (0-59 F, 60-69 D, 70-79 C, 80-89 B, 90-100 A, everything else is invalid) 2. Enter your GPA to see if you made the Dean's List. (3.9 - 4.0 makes the dean's list, 0-3.8 doesn't make the dean's list, everything else is invalid) 3. Exit Enter a choice:
Control structures to use:
1. Use a switch statement for the menu options
2. Use if/else statements for the conditions under each option
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
