a game, algorithm and a common programming task of replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz"
Fizzbuzz is a game used to teach children division. Implementing an algorithm for that game is sometimes used as an interview task.