Answer:
r=float(input("Enter radius: "))
h=float(input("Enter height: "))
v=3.14*r**2*h
print(r)
print(h)
print(v)
This is the answer, hope it helped!
5.9m questions
7.7m answers