Skip to content

billwirz/fibonacci-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the Fibonacci sequence? https://www.mathsisfun.com/numbers/fibonacci-sequence.html

Will print out the fibonacci sequence. The user should enter a value (N), and the program should print out the first N entries in the fibonacci sequence. So, if a user enters ‘7’ the application should display '0, 1, 1, 2, 3, 5, 8'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published