Source code -
CLS
INPUT "Enter the length:"; l
INPUT"Enter the breadth:"; b
INPUT"Enter the height:"; h
PRINT"the volume of the cuboid is:"; l*b*h
END