Write a program to accept radius and height of a cylinder from the user and calculate and
display the area of cylinder using the given formula.
Area = πr²h, where r is radius and h is height
T = 3.14 or 22/7
Answers
Answered by
0
Answer:
r,h=float(input()),float(input())
print(PI*r*r*h)
Explanation:
Similar questions
Math,
27 days ago
Science,
27 days ago
English,
27 days ago
Accountancy,
1 month ago
English,
1 month ago
Economy,
8 months ago
Math,
8 months ago
Political Science,
8 months ago