Programming Examples

Java program to calculate the volume of a cone


Write a java program to accept the radius and height of cone and calculate the volume of a cone.

Solution

import java.util.*;
class VolumeOfCone
{
    public static void main(String args[])
    {
        double radius,height, pi=3.14,volume;  
        Scanner sc=new Scanner(System.in);
        System.out.println("Enter the radius of Cone : ");
        radius=sc.nextDouble();
        System.out.println("Enter the height of Cone : ");
        height=sc.nextDouble();
        volume=(1/3.0)*pi*radius*radius*height;
        System.out.print("Radius of the cone is"+radius);
        System.out.println("and Height of the cone is"+height);
        System.out.println("Volume of the cone is"+volume);
    }
}
Output


CCC Online Test 2021 CCC Practice Test Hindi Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz