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!
3.4m questions
4.3m answers