Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using the directions, is the following code correct? if not please fix or add. Write a program in C++ that calculates the area or the

image text in transcribedimage text in transcribed

using the directions, is the following code correct? if not please fix or add.

Write a program in C++ that calculates the area or the volume of a cylinder depending on the option entered by the user. The program must give the user a chance to enter the Radius of the cylinder, and then ask them to enter ' A ' for area or ' V ' for volume. Depending on the input, the program must calculate the required quantity and output result as 'The volume of the cylinder with radius is '. OR 'The area of the cylinder with radius is ', with correct units displayed along with the magnitudes. Use if-else structure to write this program. Note: You will need to define variables of appropriate type to store the radius, area and volume. Rather than naming your variables a,b,c, try to name them as radius, area, volume. Your output must contain 2 digits after the decimal point (use relevant manipulator). You may also want to specify the units in which the user must enter the radius, so that the answer can be correctly calculated. Use descriptive prompts in cout statements. Look up formula for area and volume of cylinder online if you need help with that

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

Step: 3

blur-text-image

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

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions