Wednesday, October 2, 2019

Qbasic to find volume of cube

CLS
INPUT "Enter Length"; L
V = L ^ 3
PRINT "Volume of cube=";V
END

No comments:

Post a Comment

Digital Footprint

Computer technology is a technology that instead of building a physical machine for each application builds a logical or virtual machine. ...