Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a program that gives the user a menu of options for grading purposes, it should look something like this ( in bold are the
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
Enter your test score, I'll tell you the grade. F D C B A everything else is invalid
Enter your GPA to see if you made the Dean's List. makes the dean's list, doesn't make the dean's list, everything else is invalid
Exit
Enter a choice:
Control structures to use:
Use a switch statement for the menu options
Use ifelse statements for the conditions under each option
Extra Credit: Check for input errors for options &
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started