Friday, October 4, 2019

Qbasic program to print 1,4,9,16,.......10th tream

CLS
FOR I = 1 TO 10
PRINT I ^ 2
NEXT I 
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...