To Find Volume of Box

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

Comments

Popular posts from this blog

E- learning

Cloud Computing