Computer Science, asked by tanPro, 2 months ago

Write the Visual Basic code to calculate the Lateral Surface Area of a Cuboid. Accept the input using the textbox and display the output on the run time screen. (Use Variables) **Lateral Surface Area= 2H(L+B)

Answers

Answered by Anonymous
2

Answer:

Program for Volume and Surface Area of Cuboid

Last Updated: 18-06-2018

Cuboid is a 3-dimensional box-like figure represented in the 3-dimensional plane.Cuboid has 6 rectangled-shape faces. Each face meet another face at 90 degree each.Three sides of cuboid meet at same vertex.Since it is made up of 6 rectangle faces, it have length, width and height of different dimension.

cuboid

Examples :

Input : 2 3 4

Output : Area = 24

        Total Surface Area = 52

 

Input : 5 6 12

Output : Area = 360

        Total Surface Area = 324

Explanation:

BRAINLIEST

LIKE

Similar questions