Description: Ppls fib (n-2) 6, calculated Fibonacci series fib (1) = fib (2) = 1 fib (n) = fib (n-1) to write recursive and non-recursive C++ program to perform the following functions: (1 ) prompts the user to enter integer n (2) fib (n), and output the results.
To Search:
File list (Check if you may need any files):
digui-Fibonacci\递归Fibonacci.cpp
digui-Fibonacci