Computer Science, asked by devalpatelhcs4917, 1 month ago

write a menu based c program that represent calculator.first you have to print menu like 1 for addition 2 for subtraction and so on using switch case.if user enter invalid choice than you have to print error message​

Answers

Answered by gayenbanasree
0

Explanation:

Menu-driven program in c: Here are 9 menu-driven programs using switch case, do-while loop, while loop and also using if-else.

In this post, we will make many Menu-Driven Program in C for different tasks like simple calculator and a menu driven program to calculate area of different shapes.

Similar questions