Monday, September 30, 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

Experience of covid-19 and cancelling SEE exam

A dangers virus called corona also know as COVID-19 took place around the world. This virus was first found in Wuhan china.this virus start...