Design a calculator program that will add input by a user


Questions:

Calculator Program

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

The program design should contain the following:

1. The main menu of program is to continue to prompt the user for an arithmetic choice until the user enters a sentinel value to quit the calculator program.

2. 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.

3. 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.

Please provide a pseudocode and flowchart for the program that follows the guidelines of good program design, like meaningful variable names and thoroughly commented code.

Solution Preview :

Prepared by a verified Expert
Other Subject: Design a calculator program that will add input by a user
Reference No:- TGS01935375

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)