13. Write an output for the given program REM A program to calculate and check the volume of cubo- CLS Length 10 Breadth=5 Height=7 Volume-Length Breadth Height IF volume > 350 THEN PRINT "It is a big cuboid"; ELSE PRINT "It is a small cuboid", END IF PRINT "Thank you", END​