Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
10 REM Only positive numbers
|
||||
20 LET n=10
|
||||
30 LET n1=0: LET n2=1
|
||||
40 FOR k=1 TO n
|
||||
50 LET sum=n1+n2
|
||||
60 LET n1=n2
|
||||
70 LET n2=sum
|
||||
80 NEXT k
|
||||
90 PRINT n1
|
||||
Loading…
Add table
Add a link
Reference in a new issue