1.

Write a Menu driven program (Using switch case) for subtraction b

Answer»

Answer:

i Hope this answer is correct

Explanation:

Menu-driven Program Example 1

#include

INT input();

void output(float);

int main()

{

float result;

int choice, num;

PRINTF("Press 1 to calculate area of circle\n"



Discussion

No Comment Found