Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!