Skip to content

madgeekfiend/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Write a program that prints the numbers from 1 to 100. For multiples of 3 print "Fizz" instead of the number for multiples of five print "Buzz". For numbers which are multiples of 3 and 5 print "FizzBuzz".

http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html

Author: Sam Contapay

This is a simple JAVA implementation of the above problem. More information available in the documents.

About

JAVA implementation of the FizzBuzz test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages