Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

This is for a Programming Essentials class. I don\'t want all of the work done f

ID: 3629667 • Letter: T

Question

This is for a Programming Essentials class. I don't want all of the work done for me, I just need some help figuring out where to even start! Any help would be appreciated :)

Design a calculator program that will add, subtract, multiply, or divide two numbers input by a user.

Your program design should contain the following:
The main menu of your program is to continue to prompt the user for an arithmetic choice until the user enters a sentinel value to quit the calculator program.
When the user chooses an arithmetic operation (i.e. addition) the operation is to continue to be performed (i.e. prompting the user for each number, displaying the result, prompting the user to add two more different numbers) until the user enters a sentinel value to end the chosen arithmetic operation.
If the user chooses division, do not allow the user to divide by 0. Display an error message to user and ask the user to choose another denominator.

You are to submit, as a Microsoft Word Document, the following for this assignment:
1. Pseudocode
2. Flowchart

Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and thoroughly comment each line of your code. You may only use techniques learned in Modules One, Two and Three.

Below is a screen output sample:

Welcome to the Calculation Program

(1) Addition
(2) Subtraction
(3) Multiplication
(4) Division
(Q) Quit Program

Explanation / Answer

here is the prgram u asked for PLEASE RATE #include using namespace std; void add() { char choice; double num1 ,num2; while (choice != 'E' && choice != 'e') { coutnum2; cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote