Computer Science, asked by farheensaleem763, 6 months ago

computer: Question 4:
Write a program to calculate surface area, volume and diagonal of a cuboids.
[ [area = 2 (1xb + b xh+hxl), volume =lxbxh, diagonal
V 12 + b2+h? ]
=
11​

Answers

Answered by RuwaisnZaid
0

Explanation:

l = #give the input by user

b = #give input by user

area = 2(l*b+b*h+h*l)

volume = l*b*h

dignoal = #formula

print(area,volume,diagnoal)

Similar questions