Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6. Write complete C++ a program this page). that displays the following menu (you can use the back of t 1. Calculate the Area of

image text in transcribed
6. Write complete C++ a program this page). that displays the following menu (you can use the back of t 1. Calculate the Area of a Circle 2. Calculate the Area of a Rectangle 3. Calculate the Circumference of a circle 4. Calculate the perimeter of a rectangle 5. Quit Enter your choice (1-5): If the user enters 1, the program should ask for the radius of the circle and then display * its area. Use the following formula: area r 2 (use 3.14 for and the radius of the circle for r) *If the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle's area. Use the following formula: area = length * width .If the user enters 3, the program should ask for the radius of the circle and then display its circumference. Use the following formula: 2**r (use 3.14 for and the radius of the circle for r) circumference .If the user enters 4, the program should ask for the length and width of the rectangle and then display the rectangle's perimeter. Use the following formula: perimeter = 2*(length + width) .If the user enters 5, the program should end

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced MySQL 8 Discover The Full Potential Of MySQL And Ensure High Performance Of Your Database

Authors: Eric Vanier ,Birju Shah ,Tejaswi Malepati

1st Edition

1788834445, 978-1788834445

More Books

Students also viewed these Databases questions

Question

Consider this article:...

Answered: 1 week ago

Question

b. Where did they come from?

Answered: 1 week ago

Question

c. What were the reasons for their move? Did they come voluntarily?

Answered: 1 week ago

Question

5. How do economic situations affect intergroup relations?

Answered: 1 week ago