println(volumeofcylinder(5,10));
This function will find the volume of a cylinder. A cylinder is a solid geometric figure with straight parallel sides and a circular or oval cross section. When finding the volume, the amount of space that a substance or object occupies, or that is enclosed within a container is being found.
volumeofcylinder(radius,height)
##Parameters: r float: radius of the cylinder
h float: height of the cylinder
##Returns: float