Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 9 . 8 LAB: Volume and area of cylinder The volume and area of a cylinder are calculated as: Volume = pi r
LAB: Volume and area of cylinder
The volume and area of a cylinder are calculated as:
Volume pi rh
Area pi rh pi r
Given the radius and height of a cylinder as floatingpoint numbers, output the volume and area of the cylinder.
Hint: Use the builtin pow function and the constant pi from the math module in your calculations.
Output each floatingpoint value with two digits after the decimal point using the following statement:
printfVolume cubic inches: yourValue:f
Ex: If the input is:
where is the radius of the cylinder and is the height of the cylinder, then the output is:
Volume cubic inches:
Surface area square inches:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started