Write a C++ program to create a menu based calculator. Your program should perform the following features: + , -, ×, ÷, log, Mod, √, 10x , X3 , √? ? , √? ? , Xy , X2 , Exp, sin, cos, tan, Inv (for sin, cos and tan). Your program should be well thought and should not leave any possibility. For instance, it should not only add two numbers t should add two or more numbers. Your program should first print a menu displaying different options for user. Your program should look like as follows: Calculator by your name 1. Addition (+) 2. Subtraction (-) 3. Multiplication (×) 4. Division (÷) 5. Log 6. Modular (Mod) 7. Square root (√)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 12E: (Program) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question

Write a C++ program to create a menu based calculator. Your program should perform the
following features:
+ , -, ×, ÷, log, Mod, √, 10x
, X3
, √?
?
, √?
?
, Xy
, X2
, Exp, sin, cos, tan, Inv (for sin, cos and tan).
Your program should be well thought and should not leave any possibility. For instance, it should not
only add two numbers t should add two or more numbers. Your program should first print a menu
displaying different options for user. Your program should look like as follows:
Calculator by your name
1. Addition (+)
2. Subtraction (-)
3. Multiplication (×)
4. Division (÷)
5. Log
6. Modular (Mod)
7. Square root (√)

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr