Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Fibonacci

A command line program to display the first n Fibonacci numbers, written in Java.

Compile: javac fibo.java

Run: java fibo [n]

where n is a positive integer less than 93, as the 92nd fibonacci
number is the largest that can be stored in a long in Java.

About

A fibonacci sequence generator in Java

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages