Write C Program Works Calculator Operate Four Operations Program Keep Running Asks User En Q43868977
write a C program that works as the calculatorwhich can operate with the four operations ( + – / * ) , theprogram should keep running and asks the user to end or continueuse functions to create the calculator part ..
1- use if statements . with the upperoperations
2- use functions to create the calculator part.
3- the program should keep running and asks the user to end orcontinue ..( use while statement )
Expert Answer
Answer to write a C program that works as the calculator which can operate with the four operations ( + – / * ) , the program shou…
OR