Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Chapter 3 Write a program that will allow the user to run two different apps. You will display a menu list of the two apps.
Chapter
Write a program that will allow the user to run two different apps. You will display a menu list of the two apps. The user can type or to run the calculator app or the user can type or for the grade book app.
If the user selects for the calculator app, the app will have two options. If the user types the number the program will ask for two numbers and add them. If the user types the number the program will ask for two numbers then multiply them.
If the user selects for the grade book app, the app will ask for a letter grade and display a message based on that letter grade use sample posted in Blackboard The program should have an option to restart if the user types in rR Use ifelseif switch case to complete this and add comments.
This program has two built in apps
Type or to run the calculator app
Type or for the grade book app
Enter your midterm letter grade
a
Excellent. You need not take the final.
Do you want to run this program again?
Enter rR to restart
r
This program has two built in apps
Type or to run the calculator app
Type G or for the grade book app
c
Welcome to the calculator app
Make a selection from the following
Choose to add two numbers
Choose to multiply two numbers
Enter two numbers to multiply
Enter the first number
Enter the second number
The multiplication of the two numbers is
Do you want to run this program again?
Enter to restart
In C
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