Question: Write a C + + program ( using switch statement ) for a simple calculator. Your program should read from the user which mathematic operation

Write a C++ program (using switch statement) for a simple calculator. Your program should read from the user which mathematic operation s/he would like to perform (+,-,*,/) and should read two numbers to perform the operation on.There are three possible sources of user error you should consider:1. The user could enter an invalid operation (something other than +,-,* or /).2. The user could enter / for operation and 0 for number2(i.e., a divide-by-zero error).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!