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 this code but it is giving me erorr

include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
