Fizz buzz is a group game for children, useful for teaching them, division and divisibility. Players take turns to count incrementally, replacing any number divisible by three with the word "Fizz" and any number divisible by five with the word "Buzz".
This is an Android implementation of this game in which the user is asked to enter any integer and the FizzBuzz game is run showing the result.