SAP Concur Interview Question

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

Interview Answer

Anonymous

Aug 16, 2016

Simple use of a for-loop