Skip to content

Apparently many people can not code the basic FizzBuzz problem so I wanted to make sure I was one of the ones that could.

Notifications You must be signed in to change notification settings

acnolan/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==========================================================================
FizzBuzz
==========================================================================
Write a program that prints the numbers from 1 to 100. If it’s a multiple 
of 3, it should print “Fizz”. If it’s a multiple of 5, it should print 
“Buzz”. If it’s a multiple of 3 and 5, it should print “FizzBuzz”.

According to some articles online, 199 out of 200 applicants for programming jobs
cannot write code for this. While I believe that may be hyperbole, assuming
it is true I wanted to demonstrate that I am one of the 1 in 200 who can
write it.

I have written a version of FizzBuzz in several different languages:
Java, C++, Python, JavaScript (displayed in HTML), Racket, and MATLAB

Articles about FizzBuzz:
https://blog.codinghorror.com/why-cant-programmers-program/
https://hackernoon.com/why-im-still-using-fizz-buzz-to-hire-software-developers-7e31a89a4bbf
https://imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/
https://softwareengineering.stackexchange.com/questions/15623/fizzbuzz-really

About

Apparently many people can not code the basic FizzBuzz problem so I wanted to make sure I was one of the ones that could.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published