<=Back
The surface area of a cuboid is obtained by using the formula 2(width x length + length x height + height x width). Write a c program that would declare the dimensions and compute the surface area of the cuboid and display on the screen given that the length=10, width =20 and height=40.
 Viewed: 503 times
Share in: