본문 바로가기

프로그래밍/기타

Fizz Buzz Test - 프로그래밍 테스트

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:


프로그래밍 인터뷰에서 99.5%를 걸러내기 위한 코딩 문제라고 하는데..


"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”."


이게 그렇게 유명한 문제인가?


움..


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