FizzBuzz is Counting Game
-
When the numbers divisible by 3, let's say Fizz.
-
When the numbers divisible by 5, let's say Buzz.
-
When the numbers divisible by 3 And 5 , let's say FizzBuzz.
1,2,Fizz,4,Buzz,Fizz,7,8,Fizz,Buzz,11,Fizz,13,14,FizzBuzz,16....
I want to practice thinking skills With the removal "If"