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,
1 month ago
Computer Science,
1 month ago
Math,
1 month ago
Accountancy,
3 months ago
English,
3 months ago
Economy,
10 months ago
Math,
10 months ago
Political Science,
10 months ago