Qbasic

Qbasic to find volume of box

CLS
INPUT "Enter the length"; l
INPUT "Enter the breadth": b
INPUT "Enter the height"; h
V = l*b*h
PRINT "Volume of box="; V
END

Comments

Popular posts from this blog

Qbasic