Answered step by step
Verified Expert Solution
Link Copied!

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
1. Enter your test score, I'll tell you the grade. (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
Extra Credit: Check for input errors for options 1 & 2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

dy dx Find the derivative of the function y=(4x+3)5(2x+1)2.

Answered: 1 week ago

Question

Draw and explain the operation of LVDT for pressure measurement

Answered: 1 week ago