Description: Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b].
To Search:
File list (Check if you may need any files):
Ass3\How Many Fibs.c
....\How Many Fibs.cpp
....\Steps.c
....\Steps.exe
....\team05_17_34_14_fibs[1].C
....\team11_17_26_16_fibs[1].C
....\team15_18_11_05_fibs[1].c
....\team15_18_11_05_fibs[1].exe
Ass3