Question: Write a C program that does simple mathematical operations (+ -/*) when run in the terminal as follows: >myCalc 3+ 4 >7 > myCalc

Write a C program that does simple mathematical operations (+ -/*) when run in the terminal as follows: >myCalc 3+ 4 >7 > myCalc 3 * 4 >12 Include a copy of your code here:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
