Skip to content

hwolfe71/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages