Question: Write a C PROGRAM that mimics a calculator. The program should prompt for two integers and the operation to be performed. It should then output
Write a C PROGRAM that mimics a calculator.
The program should prompt for two integers and the operation to be performed.
It should then output the numbers, the operator, and the result. All the results should also be integers. For division, if the denominator is zero, output an appropriate message.
For example:
Enter integer +|-|*|\ integer: 3 + 2 3 + 2 = 5 Enter integer +|-|*|\ integer: 13 * 5 13 * 5 = 65
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
