Ask Question
28 December, 22:11

Fibonacci numbers are a sequence of integers, starting with 1, where the value of each number is the sum of the two previous numbers,

e. g. 1, 1, 2, 3, 5, 8, etc. write a function called fibonacci that takes a parameter, n, which contains an integer value, and have it return the nth fibonacci number. (there are two ways to do this: one with recursion, and one without.)

+5
Answers (1)
  1. 28 December, 23:51
    0
    i think its will be A
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Fibonacci numbers are a sequence of integers, starting with 1, where the value of each number is the sum of the two previous numbers, e. g. ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers