Computer Science, asked by tanwiminz, 1 day ago

WAP to calculate the volume of a Cone.

( Volume of a Cone = 1/3×pi×r2×h ).​

Answers

Answered by pratoshy
1

Answer:

R= float(input("enter the value of radius"))

print('volume of cone=',round(1/3×π×r^2×h))

Similar questions