Will you want an int or float or double

Assignment Help Computer Engineering
Reference no: EM132131876

It is just a simple calculator code. C++ language <stdio.h> 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.

Reference no: EM132131876

Questions Cloud

Mixed in a coffee-cup calorimeter : To measure the enthalpy change, 350. mL of 0.50 M Pb(NO3)2(aq) and 350. mL of 1.0 M NaBr(aq) are mixed in a coffee-cup calorimeter.
What is the throughput per station for a 1-km : A simple medium access control protocol would be to use a fixed assignment time division multiplexing (TDM) scheme.
Reaction between aluminum and sulfuric acid : What is the minimum amount of 6.0 M H2SO4 necessary to produce 25.0g of H2(g) according to the reaction between aluminum and sulfuric acid?
Transmittance of the initial stock : What would the % transmittance of the initial stock solution be?
Will you want an int or float or double : 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.
Molecular equation for precipitation reaction : Consider the other product and its phase, and then write the balanced molecular equation for this precipitation reaction.
Write a program that supports the given operations : Write a program that supports the following operations: int add(string login, string time, int priority, int size, int handle).
Calculate the standard deviation value of precipitate weight : Q1: Calculate the standard deviation of chloride concentration of your measurement result Q2: Calculate the relative standard deviation (RSD) of your chloride
Write a program that checks whether or not a given file : Write a program that checks whether or not a given file is formatted correctly for a very simple version of XML.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd