Computer Science, asked by ghimirechandru587, 2 months ago

cls of program that asks you to input Length breadth and height of a box and calculate its volume​

Answers

Answered by hyunjinslonghair
3

ANSWER :

CLS

INPUT " ENTER LENGTH OF THE BOX "; l

INPUT " ENTER BREADTH OF THE BOX "; b

INPUT " ENTER HEIGHT OF THE BOX "; h

v = l*b*h

PRINT " Volume of the box is "; v

END

hope it helps blink :)

Similar questions