Answer:
CLS
Input "length of box" ; L
Input "breadth of box" ; B
Input "height of box" ; H
LET Volume(V) = L*B*H
Print Volume
END
1.6m questions
2.0m answers