Random
Source Code

fizzbuzz

A common programming test used in interviews to check if an applicant is talking out of their butt.

Commonly:
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”.

A: "I liked that guy, he was a real people person."
B: "His FizzBuzz was 100 lines long!"
A: "... whoever let him graduate should be fired."
B: "From a cannon."
A: "Into the sun."

by BonelessMonkey January 29, 2016