Question: Write a calculator program and use C language, User can use * + - / * + - / operations can be given randomly by
Write a calculator program and use C language,
User can use * + - /
* + - / operations can be given randomly by user but before calculations you have to consider the mathematical priority of the operations.
As an example program works like this :
enter the equation : 6*7*1-6+3
result is : 39
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
