write an algorithm to find the volume of a
cuboid.
Answers
Answered by
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
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
Computer Science,
2 months ago
Social Sciences,
2 months ago
English,
5 months ago
Chemistry,
5 months ago
English,
11 months ago
English,
11 months ago