/fizzbuzz

FizzBuzz examples

Primary LanguageCOBOL

FizzBuzz

Some FizzBuzz examples.

FizzBuzz was originally a game to help kids to learn the mathematical division by playing with numbers. If a number has a given factor, it is replaced with the matching word: "Fizz" when divisible by 3, "Buzz" when divisible by 5.

Later FizzBuzz becomes a well known short programming problem to select developer candidates.