Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task : Write two short programs in C++. The first one will use procedural programming and the second one will use object-oriented programming (classes). Both

Task: Write two short programs in C++. The first one will use procedural programming and the second one will use object-oriented programming (classes). Both programs will accept the radius and height of a right circular cylinder from the user and will calculate the volume and total surface area of the cylinder.

Program A: Use at least one function with the procedural program.

Program B: Declare a cylinder class, and then define an object that is an instance of that class. Create appropriate accessor and mutator functions for the class.

Both programs: Input at least 3 sets of radius/height data (within a loop), and for each set of data, display the radius, height, volume and surface area of the cylinder. The user may choose the input data.

Output: Both programs may display the results to the monitor.

Formulas:

Volume of a right circular cylinder: Pie radius square times height

Total surface area: Two times pie times radius times height + two times Pie times radius square

If your program does not compile and run, it will not be graded!! Make sure your programs are well documented both internally and externally.

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions