Skip to content

blecua84/fizzbuzz-alg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzbuzz-alg

Fizzbuzz Algorithm implementation based in TDD.

Rules:

  • I have to receive in a method an integer:
    • If the input integer is multiple of 3, I will return "Fizz".
    • If the input integer is multiple of 5, I will return "Buzz".
    • If the input integer is multiple of 3 and 5, I will return "FizzBuzz".
    • For the rest of integer, I will return the own integer.
    • I have to process the first 100 integers.

About

Fizzbuzz Algorithm implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages