Pergunta de entrevista da empresa Salesforce

write a Java program to print the 1st 25 Fibonacci numbers

Resposta da entrevista

Sigiloso

13 de set. de 2010

The interviewer tells you that the first two Fibonacci numbers are 0 and 1, and each subsequent number is the sum of the previous two. Its not meant to be difficult.

1