Write a Menu driven program (Using switch case) for subtraction b
Answers
Answered by
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
English,
1 month ago
World Languages,
3 months ago
Math,
3 months ago
Biology,
10 months ago
English,
10 months ago