Program to find the volume of the coneThe cone can be defined as the three dimensional object with a circular base. The volume of the cone is measured in cubic units. Be sure that all of the measurements are in the same unit before computing the volume. Formulavolume of cone= pie x r2 x h/3 Algorithm
ComplexityO(1) SolutionC ProgramOutput: Volume of the cone=48766.666667 PHP ProgramOutput: The volume of the cone=48766.666666711 Java ProgramOutput: Volume of the cone=48766.666666711004 C# ProgramOutput: Volume of cone=48766.666666711 Python ProgramOutput: Volume of cone=48766.666666711 Next Topic# |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India