Question d’entretien chez Salesforce

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

Réponse à la question d'entretien

Utilisateur anonyme

13 sept. 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