Question: Design (pseudocode) and implement (source code) a program (name it Cylinder) to compute the volume of a cylinder using the following formulas (PI is 3.14):

Design (pseudocode) and implement (source code) a program (name it Cylinder) to compute the volume of a cylinder using the following formulas (PI is 3.14):

Area = radius * radius * PI

Volume = area * length

The program reads the radius and length from the user and then computes the volume. Document your code and properly label the input prompts and the outputs as shown below.

Sample run 1:

Enter radius: 5.5

Entered length: 12

The Volume is 1139.82

When creating the pseudocode can you follow these guidelines Use upper case for all reserved words. All statements inside loops condition statement are to be indented, Variables are used to store data. To assign a value to a variable use ,A single line of instructions READ the next grade PRINT 'Hello!',

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!