/fibonacci_loop

looping through first 50 terms of fibonacci numbers

Primary LanguageJavaMIT LicenseMIT

fibonacci_loop

Nice little project that loops through the first x terms of the fibonacci sequence (x is user input)

Length values over 2^64 will cause problems for program, because Java long type only goes up to 2^64