Computer Science, asked by thathu18, 3 months ago

write a menu driven program using switch case statement​

Answers

Answered by Anonymous
7

Answer:

Hi Mate ur answer is :

Manage Menu Driven Program using switch statement

#include<stdio.h>

#include<conio.h>

void main () {

int ch,r,l,w,b,h;

float area;

printf("enter 1 for area of circle\n");

printf("enter 2 for area of rectangal\n");

printf("enter 3 for area of triagle\n");

Hope it helps u

Hope it helps u Pls mark as brainliest

Answered by sachinsundar6a201920
3

Answer:

#include<stdio.h>

#include<conio.h>

void main () {

int ch,r,l,w,b,h;

float area;

printf("enter 1 for area of circle\n");

printf("enter 2 for area of rectangal\n");

printf("enter 3 for area of triagle\n");

Explanation:

thanks for points

Similar questions