tiVu99 / FizzBuzz

Fizz buzz is a group word game for children to teach them about division.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz

  • Count incrementally from 1 to 61 (61 is not included).
  • Replace any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".

About

Fizz buzz is a group word game for children to teach them about division.


Languages

Language:Java 100.0%