17. Write a program to display total surface area of cuboid / box.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Algorithm:

Step 1 : Start

Step 2 : Input Length, Breadth and Height of Cuboid (L, B, H)

Step 3 : T = 2 * ( L * B + B * H + H * L)

Step 6 : Print “ Total Surface Area of Cuboid “ T

Step 7 : Stop/End

Flowchart:

Create a flowchart to display total surface area of cuboid/box.
Create a flowchart to display total surface area of cuboid/box.
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

16. Write a program to display total surface area of cylinder.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

18. Write a program to display area and perimeter of rectangle.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts