Question: Write and run a C program that 1. Simulate a simple calculator. It reads two integers and a character from user. If the character is
Write and run a C program that1. Simulate a simple calculator. It reads two integers and a character from user. If the character is a + , the sum is printed; if it is a - , the difference is printed; if it is a * , the product is printed; if it is a / , the quotient is printed; and if it is a % , the remainder is printed..
i wrote the code below. but there is an error.
please check the erorr and test the code and put the answer on c program and send the answer pic. please 
include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
