Programming Examples

Java program to input the length breadth and height of a cuboid and find its Volume and Total Surface Area


Write a program to input the length, breadth and height of a cuboid and find its Volume and Total Surface Area.

Note: Volume of a cuboid= length*breadth*height

Total Surface Area=2*(length*breadth+breadth*height+height*length)

Solution

import java.util.*;
class cuboid 
{
	public static void main(String arr[])
	{
		Scanner sc=new Scanner(System.in);
		float l,b,h,v,a;
		System.out.println(“Enter the length:”);
		l=sc.nextFloat();
		System.out.println(“Enter the breadth:”);
		b=sc.nextFloat();
		System.out.println(“Enter the height:”);
		h=sc.nextFloat();
		v=l*b*h;
		a=2*(l*b+b*h+h*l);
		System.out.println(“Volume=”+v);
		System.out.println(“Area=”+a);
	}
}
Output

Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2025 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