Friday, October 4, 2019

Qbasic to print area of square

CLS
INPUT "Ente the length"; L

A = L^2
PRINT "Area of square="; A
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...