Guest User

Untitled

a guest
Nov 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. t1=0
  2. t2=1
  3. n=5
  4. I<-for(i in 1:n)
  5. {
  6. print(t1)
  7. nextTerm= t1+t2
  8. t1=t2
  9. t2=nextTerm
  10. }
Add Comment
Please, Sign In to add comment