make a c++ program for loops ..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cha06141991
    New Member
    • Feb 2010
    • 1

    make a c++ program for loops ..

    here's the program..
    Fibonacci series is given by :
    1,1,2,3,5,8,13, 21......
    where an entry is the sum of the previous two numbers...


    thanks!!
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    I just learn how to develop Fibonacci series. WOW :O

    Comment

    Working...