Thursday, 3 October 2019

QBasic programming to find the volume of cube

Write a program to find the volume of cube.
CLS
INPUT "Enter length"; l
V = l ^ 3
PRINT "Volume of cube="; V
END

No comments:

Post a Comment

Internet of Things (IoT)

  IoT is the technology or platform that connects any device into network and helps human beings to make their work amazingly faster and eas...