There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The idea behind this game is that, it count and print 1 to n (let n = 100) but replaces a number that can only divisible by 3 for 'Fizz' and a number divisible by 5 for 'Buzz' and finally, it replaces a number that is divisible by multiple of 3 and 5 for 'FizzBuzz'.