Math-Operations
Home
Contact us
Search
FizzBuzz Printing
FizzBuzz game
Rules of the FizzBuzz Game
The rules of the FizzBuzz game are very simple.
Say Fizz if the number is divisible by 3.
Say Buzz if the number is divisible by 5.
Say FizzBuzz if the number is divisible by both 3 and 5.
Return the number itself, if the number is not divisible by 3 and 5.
Enter number :
Print
Result :