Question: write a C program that works as the calculator which can operate with the four operations ( + - / * ) , the program
write a C program that works as the calculator which can operate with the four operations ( + - / * ) , the program should keep running and asks the user to end or continue use functions to create the calculator part ..
1- use if statements . with the upper operations
2- use functions to create the calculator part .
3- the program should keep running and asks the user to end or continue ..( use while statement )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
