Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

It is just a simple calculator code. C++ language library

A) Display on the screen the following menu:

Welcome to my calculator

Please look at the menu below for your calculations

1. Addition

2. Subtraction

3. Multiplication

4. Division

5. Modulus %

Please press your choice from 1-5:

B) You will use printf() for each of these statements and use \n inside printf() to ensure that the menu is displayed the way it is given above. Whenever you want something printed on a newline put \n at the beginning of your printf() like for example, printf("\n 1. Addition");

C) After the menu, you need the user to enter his/her choice from 1 - 5 and for that purpose you need a scanf(). Decide the data type for your identifier that will hold any value from 1 to 5. Will you want an int or float or double?

D) After that you will ask the user to enter the first number followed by asking the user to enter the second number. (Please remember when you see the word ask you need a printf() statement to display the question to the user. And use scanf() so that user can enter his/her answer). You will need 2 identifiers here (one for holding each number that the user enters.)

E) Use the switch case, on the identifier you use for holding the user's choice of which operation they want to perform. (The user can enter from 1 to 5 so how many cases will you have inside your switch?). In each case, perform the operation and print the answer.

F) Use an ‘if condition' inside the case for division. If there is division by 0 then please print an appropriate message like "Division by 0 is not allowed" else you can perform the division operation and print the result.

G) Last step is to ask the user if they want to continue doing another operation. Ask them to press a ‘y' for yes and ‘n' for no. If the user says yes you will again print the whole menu and if the user says no then do nothing. The program will end. You will need a do while loop to perform this part.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M93119341

Have any Question?


Related Questions in Computer Engineering

Whats the difference between a bigfile tablespace and a

What's the difference between a Bigfile tablespace and a Smallfile tablespace? Explain which you would use for your database and why.

Question research microwave serices and report on what

Question : Research microwave serices and report on what kinds of applications can be supported, what equipment will be necessary, where the equipment will be located, and what services these companies that offers.

A survey of 200 students is selected randomly on a large

A survey of 200 students is selected randomly on a large university campus. They are asked if they use a laptop in class to take notes. The results of the survey is that 70 of the 200 students responded yes. Calculate th ...

Draw supply and demand curve to illustrate the following

Draw supply and demand curve to illustrate the following sequences of events. Show changes in one graph. Assume upward sloping for supply curves and downward sloping for demand curves 1. In year 1, the rental apartment m ...

In terms of reducing the total number of memory accesses a

In terms of reducing the total number of memory accesses a program might require. Using the arithmetic expression S = (A+B)-(C+D), support this statement.

What are some differences between transaction processing

What are some differences between Transaction Processing Information Systems and Management Information Systems?

Reading the biographybook where the body meets memory by

Reading the Biography Book : "Where the Body Meets Memory" by David Mura Questions: INFERENCE AND ANALYSIS QUESTION - Mura is particularly interested in using italics and different font types to represent different peopl ...

Respond to the followingin a bst what is the complexity

Respond to the following: In a BST, what is the complexity required to remove the minimum element? In a BST, what is the complexity required to find (but not remove) the minimum element? In a heap, what is the complexity ...

What are the ways that it can help comply with legal

What are the ways that IT can help comply with legal requirements and social responsibilities surrounding the sales of alcohol?

Assume the following information for an imaginary closed

Assume the following information for an imaginary, closed economy. GDP = $100,000; taxes = $22,000; government purchases = $25,000; national saving = $15,000. Refer to Scenario 26-1.  For this economy, investment amounts ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As