Write a function given x, the function returns the xth number in the Fibonacci sequence.
Utilisateur anonyme
Prior to your next interview, I would also google "tail recursion" and demonstrate how more efficient a tail recursive fibonacci sequence would be.