Friday, October 4, 2019

Qbasic to print volume of cube

CLS
INPUT "Enter the length"; L

V = L^3
PRINT "Volume of cube="; V
END

No comments:

Post a Comment

Peer to Peer Network

Peer to Peer Network Peer-to-Peer  is a  network model in which each computer can function as both a client and a server. Any computer in th...