Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Begin:
- TextWindow.Write("Voer de waarde in: ")
- n = TextWindow.Read()
- X = 0
- A = 0
- B = 1
- If n = 0 Then
- TextWindow.WriteLine("Het antwoord is 0.")
- Else
- While X <= N
- C = A+B
- teller = teller + 1
- is = " is "
- TextWindow.Writeline("Het antwoord van "+teller+is+C)
- B = C
- A = B
- X = X+1
- EndWhile
- EndIf
- Goto Begin
- credits = "made by Guido and Jad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement