Computer Science, asked by Sargamkandel, 5 months ago

write an algorithm to find the volume of a
cuboid.​

Answers

Answered by sarasaidalhinai
1

Answer:

The amount of space inside the Cuboid called Volume. If we know the length, width, and height of the Cuboid then we can calculate the volume using the formula: Volume of a Cuboid = Length * Breadth * Height. Volume of a Cuboid = lbh.

Answered by borhaderamchandra
5

Answer:

1. START

2. DECLARE VARIABLES VOLUME, LENGTH,BREADTH,HEIGHT

3. INPUT LENGTH,BREADTH, HEIGHT

4. CALCULATE VOLUME=LENGTH*BREADTH*HEIGHT

5 . PRINT VOLUME

6 . STOP

Similar questions