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

3.26 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple C program that meets your requirements c Copy code include Function declarations floa... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!