Question: Paste your Python code here (this will be text): Paste the output from your program here (this will be text): Paste a screenshot of your

Paste your Python code here (this will be text):
Paste the output from your program here (this will be text):
Paste a screenshot of your development environment here:
(It is okay if all code and/or output is not showing, because you have copied it above)
ITP-150-Assignment - Math Calc Problem 2 - Instructions Surface Area of a Cylinder Requirements: Write a Python program to compute and print the A = 2h+2 surface area of a 3D cylinder. Use this formula. Display the answer rounded up to 2 decimal places. Be sure to use the math.pi constant and the exponent operator. Be sure to test several test cases, including these: Test Case 1 radius height 6 9 2 2 10 surface area 565.486677646 150.796447372
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
