Computer Science, asked by SomaanJ1140, 1 year ago

Menu driven program in c to find the square root, log value, absolute value and rounded off value of entered number using built-in functions.

Answers

Answered by Rohit65k0935Me
17

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.

// C program to illustrate ....

i hope this help...

thank you.

Similar questions