about | help | code help+videos | done | prefs |
Write a function called RecFibonacci that takes as a parameter an integer n and returns the nth Fibonacci number. Your function MUST be recursive. RecFibonacci(1) → 1 RecFibonacci(2) → 1 RecFibonacci(9) → 34 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy