Adobe Interview Question

To write a program to generate a Fibonacci sequence that stops when the limit of the data type is reached

Interview Answer

Anonymous

Aug 19, 2015

Cleverly modified the regular Fibonacci sequence program to see if the sum of two integers would be greater than the limit of the integer datatype.