Skip to content

sbunnan/Fibonacci_Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fibonacci_Number

#generating the first n Fibonacci numbers F(n), printing ...

..... "Buzz and Fizz on separate line when F(n) is divisible by 3 and 5 both

#- ... "Buzz" when F(n) is divisible by 3. #- ... "Fizz" when F(n) is divisible by 5. #- ... "BuzzFizz" when F(n) is prime. #- ... the value F(n) otherwise.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages