Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
