PYTHON:
WAP to find the surface area of a cylinder.
♥️♥️
Answers
Answered by
16
r = float(input("Enter radius"))
h= float(input("Enter height"))
SA= 2*3.14*r*(r+h)
print("Surface Area of a cylinder=", SA)
Answered by
10
r= float (input("Enter radius"))
h = float(input("Enter height"))
Surface Area = 2*3.14*r*(r+h)
print("Surface Area of Cylinder ", Surface Area)
Similar questions
Geography,
5 months ago
Social Sciences,
5 months ago
Computer Science,
5 months ago
Math,
10 months ago
Business Studies,
10 months ago
Physics,
1 year ago
Math,
1 year ago