Design a calculator program that will add subtract multiply


Calculator Program

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

Yourprogram designshould contain the following:

  • The main menu of your program is tocontinueto prompt the user for an arithmetic choice until the user enters a sentinel value toquitthe calculator program.
  • When the user chooses an arithmetic operation (i.e. addition) the operation is to continue to be preformed (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 the following for  the assignment:

  1. RAPTOR  file with the flowchart of  your working  program.  Make sure you run it to make  sure it is error free and does what it is supposed to do.
  2. Use  the generate dropdown to create example C++ code based on your working logical  flow chart.   Also attached the code in a  Microsoft Word file or a text file.
  3. Quickly modify the code to change the variables if needed to the correct data type.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Design a calculator program that will add subtract multiply
Reference No:- TGS01087607

Expected delivery within 24 Hours