Computer Science, asked by pratimakumari282006, 7 months ago

write a program to input the length and breadth and height of a cuboid and find it's volume and total surface area​

Answers

Answered by prakashkkurian
2

Answer:

6 length

15 volume

20 surface area

Answered by 8472
2

Answer:

class Volume

{

public static void main ( double l,double h,double w)

{

double vol= apply formula;

double area= apply formula;

System.out.println(" Volume="+ vol);

System.out.println(" Total surface are="+ area);

}

}

this is the program

sorry but I don't remember formula

Similar questions