Question: Assignment # 1 : Write a C + + program ( using switch statement ) for a simple calculator. Your program should read from the
Assignment #:
Write a C program using switch statement for a simple calculator. Your program should read from the user which mathematic operation she 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:
The user could enter an invalid operation something other than,, or
The user could enter for operation and for number ie a dividebyzero error
Sample run :
enter a value :
enter b value :
enter operation :
The result
Sample run :
enter a value :
enter b value :
enter operation
Can not divide by zero!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
