Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

plz name the answers PROBLEM STATEMENT SECTION Build a calculator program that can allow user to select the specific arithmetic operation from the menus provided

image text in transcribedimage text in transcribedplz name the answers

PROBLEM STATEMENT SECTION Build a calculator program that can allow user to select the specific arithmetic operation from the menus provided by the program. Initially, this program will displays a main menu to choose the calculator type. If a user chooses Standard calculator, then a menu appears for standard calculator option. If the user chooses Scientific calculator, then menu appears for scientific calculator options and the last option to Quit/Continue from the program. In standard calculator, users are able to select the option for addition, subtraction, multiplication and division process, whereas in scientific calculator, the options are power, factorial, square root YOUR TASK Your team is required to design and develop a program using C++ language and apply modular programming concept. Your C++ program should capable to perform the following tasks: Task 1: Operation: Perform standard calculation for two input numbers to 20 numbers only (depends on the operation) 1) Example Output 1 : Type for standard calculator Type for scientific calculator Type to exit from the program A **** STANDARD CALCULATOR** Addition Operation: Enter number: 2 Enter number2: 3 2 + 3 = 5 2) Example Output 2 (half completed): STANDARD CALCULATOR*** Addition Operation: Enter numberl: 20 Enter number2: 3 Enter number3:6 Enter number4:7 Enter number 8: 10 Enter number2:3 20 + 3 + 6+ 7+ 10 + 3 = 49 Task 2: Data Handling: You may store the data or can retrieve back the data As you can see from the sample output (Task 1), user are able to see all the input numbers and the result obtain from the calculation at the end of the output. Therefore, you need to apply any technique you learn from this course to store and retrieve back the data. Task 3: Selection Menu: User able to select which calculator to use and what operation they need to get the output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago