Skip to content

Files

Latest commit

 

History

History

Question_fibonacci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Question : write a method that compute the first n Fibonacci numbers and return them in a list

  • You must pass as a parameter of your method: a value "n" which is equivalent to the number of digits resulting from the Fibonacci calculation

You can contribute with a method