Computer Science, asked by smitmavchi44, 3 months ago

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

Answers

Answered by aasthasahu0001
0

Answer:

i Hope this answer is correct

Explanation:

Menu-driven Program Example 1

#include <stdio.h>

int input();

void output(float);

int main()

{

float result;

int choice, num;

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

Similar questions