SAP Concur interview question

Write a method that returns the nth number in Fibonacci sequences given an input n without recursion

Interview Answer

Anonymous

16 Aug 2016

Simple use of a for-loop