Computer Science, asked by sonikagurung0707, 1 month ago

Write a program to find volume of cuboid and cube.​

Answers

Answered by ITZPARTHBHAI001
0

Answer:

This C Program calculates the volume and surface area of cuboids. The formula used in this program are surfacerea= 2(w * l + l * h + h * w) where w is width, l is length and h is a height of the cuboids. volume = width * length * height.

Answered by pk2778370
0

This is a C Program to find the volume and surface area of cuboids. This C Program calculates the volume and surface area of cuboids. The formula used in this program are surfacerea= 2(w * l + l * h + h * w) where w is width, l is length and h is a height of the cuboids. volume = width * length * height.

hope this helpful

Similar questions