you are required to develop a program which simulates a simple caluclator. the caluclator is capable of taking three real numbers and performs the following operations1.Finding the sum and print the result2.Finding the average and print the result3.f |
|
![]()
i like this question
0 Like It
Follow
|
pls send to my mail
6162venkatesh@gmail.com Operating System:
Answer this question
|
best answer
|
|
Hi Venkatesh,
I think this is not an appropriate question for this forum as it is not related to any issues with PC performance. ReviverSoft/Answers is a free resource and platform where you can ask any question about your computer problems like Internet issues, Software problems and Reviversoft products usage and get it answered by the ReviverSoft community. The community includes ReviverSoft employees, tech experts and other experienced computer users. But still since its a Programming question, let me explain you this in short. To make a simple calculator in C++ programming which performs basic four mathematical operations (addition, subtraction, multiplication, and division) depending on the user's choice, use the switch case to identify the input operator to perform required calculation then display the result. You can go to the below site and get the complete program written in C++ over there. http://www.programiz... I hope this helps. Regards, Lokesh |
0 votes
0
0
|
operator like +,-,*,/,% and thenprint the result according to given operator, it is a complete calculator program on basic arithmetic operators using switch statementin c programming language.
https://www.welookups.com |