Wednesday, October 2, 2019

DISPLAY 1,1,2,3,5,8.......10ITEM

DECLARE SUB SERIEA()
CLS
CALL SERIES
END

SUB SERIES()
A=1
B=1
FOR I=1 TO 5
PRINT A
PRINT B
A=A+B
B=A+B
NEXT I
END SUB

No comments:

Post a Comment

My JM Experience

School life is very important part of one's life, because it provides opportunity for study and discipline. Besides these, the scho...