Develop a C code that displays a menu to the user: (don forget to use c compiler to answer your home work)   1) Surface and Volume of a Sphere 2) Surface and Volume of a Cylinder 3) Surface and Volume of a Cone 4) exit Enter Selection:   If the user enters option 1, the program will prompt for the radius of the Sphere. And then calculates its surface and the volume. If the user enters option 2 or 3, the program will prompt for the radius and height of the cylinder/cone and then calculates their surface and volume.   If the user makes a wrong choice, it will generate an error message and goes back to the menu.   The program will repeat itself after each run till the user enters 4 that will make the app to exit with a "Thanks and Bye!" message. Include math.h and use sqrt for square root and M_PI for Pi.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 19PE: Ron bought several acres of farm to grow and sell vegetables. Suppose that Ron wants to grow a...
icon
Related questions
Question

Develop a C code that displays a menu to the user: (don forget to use c compiler to answer your home work)

 

1) Surface and Volume of a Sphere

2) Surface and Volume of a Cylinder

3) Surface and Volume of a Cone

4) exit

Enter Selection:

 

If the user enters option 1, the program will prompt for the radius of the Sphere. And then calculates its surface and the volume. If the user enters option 2 or 3, the program will prompt for the radius and height of the cylinder/cone and then calculates their surface and volume.

 

If the user makes a wrong choice, it will generate an error message and goes back to the menu.

 

The program will repeat itself after each run till the user enters 4 that will make the app to exit with a "Thanks and Bye!" message.

Include math.h and use sqrt for square root and M_PI for Pi.

 

 

  For example:

 

1) Surface and Volume of a Sphere

2) Surface and Volume of a Cylinder

3) Surface and Volume of a Cone

4) exit

Enter Selection:1

 

Enter radius: 10

Surface of the Sphere is 400 PI and its volume is 1333PI

 

1) Surface and Volume of a Sphere

2) Surface and Volume of a Cylinder

3) Surface and Volume of a Cone

4) exit

Enter Selection:3

 

Enter Radius: 10

Enter Height: 5

Surface of the Cone is 212 PI and its volume is 166 PI

 

1) circle

2) rectangle

3) right angled triangle

4) exit the application

Enter Selection: 4

 

Thanks and Bye!

 

 

Please use the following formulas

Sphere: Surface = PI * radius * radius, Volume = (4/3) * PI * radius*radius*radius

Cylinder: Surface = 2*PI radius*(radius + height), Volume = pi * radius*radius * height

Cone:  surface = PI * radius *(radius + sqrt(height*height + radius*radius))

Volume = PI * radius * radius * height /3

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Algebraic Expressions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning