Ask Question
13 November, 18:27

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.)

+3
Answers (1)
  1. 13 November, 20:20
    0
    i think its will be A
Know the Answer?
Not Sure About the Answer?
Find 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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers