Java Code for Barell Volume

This java programming code is used to find the barell volume. You can select the whole java code by clicking the select option and can use it. When you click text, the code will be changed to text format. This java program code will be opened in a new pop up window once you click pop-up from the right corner. You can just copy, paste this java code and use it to find the barell volume.

import java.util.*;
import java.lang.*;
class BarellVolume
{  
    public static void main(String args[])
    {
        double v,h=12,r1=10,r2=3;
        v =h*3.14* (2*Math.pow(r1,2) +Math.pow(r2,2))/3;
        System.out.println("Volume of Barrel = "+v);
    }
}
Other Programming Codes
Online Calculator : Barell Volume
Click on the select code link to copy and paste this free java program code for barell volume.

english Calculators and Converters


Sitemap