Wednesday, October 2, 2019

Qbasic to dispaly 1,12,123,1234,12345

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