Skip to content

clayton/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

http://c2.com/cgi/wiki?FizzBuzzTest

The "Fizz-Buzz test" is an interview question designed to help filter out the 99.5% of programming job candidates who can't seem to program their way out of a wet paper bag. The text of the programming assignment is as follows:

"Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”."

Source: "Using FizzBuzz? to Find Developers who Grok Coding"

http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/

About

fizzbuzz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors