Computer Science, asked by tadibahmed1223, 9 months ago


write a menu driven program to check whether a number is ) Even or odd.) Multiple of 7
write a menu-drive
not, m) Two digit number or not.
dnrint only those numbers which are less than the​

Answers

Answered by Anonymous
13

Answer:

Menu-Driven program using Switch-case in C

Prerequisite : Switch Case in C

Problem Statement:

Write a menu-driven program using Switch case to calculate the following:

1. Area of circle

2. Area of square

3. Area of sphere

Also use functions input() and output() to input and display respective values.

Similar questions