Wednesday, October 2, 2019

Qbasic to display 1,1,2,3,5,......10th term

CLS
FOR I = 1 To 5
FOR J = 1 To I
NEXT I ;
NEXT J
PRINT
NEXT I
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. ...