https://github.com/reececomo/fizzbuzz
FizzBuzz in Java is a reconstruction of the classic children's game
https://github.com/reececomo/fizzbuzz
Last synced: 12 months ago
JSON representation
FizzBuzz in Java is a reconstruction of the classic children's game
- Host: GitHub
- URL: https://github.com/reececomo/fizzbuzz
- Owner: reececomo
- Created: 2014-04-24T03:00:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T09:31:07.000Z (almost 8 years ago)
- Last Synced: 2025-06-24T18:53:07.744Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FizzBuzz (in Java)
========
Written by Reece Como
A playable version of the classic children's game, as written in Java.
Using the commands "fizz" (or "f"),"buzz" (or "b"), and "fizzbuzz" (or "fb"), players distinguish between regular integers and multiples of 3, 5 and 15 (respectively), as they traverse from 1 to 100.
Compatible with Java 6.