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
'프로그래밍 > 기타' 카테고리의 다른 글
편집하며 계속하기 - VisualStudio 2015 (0) | 2016.08.12 |
---|---|
이 프로젝트는 만료되었습니다 라는 메세지가 뜰때 (0) | 2016.06.30 |
MIT 6.00 컴퓨터 공학과 파이썬 오픈 코스 강의 (0) | 2016.05.19 |
닷넷프레임워크 버전확인 방법(.NET Framework Version) (0) | 2016.02.29 |
WINVER 정의 (0) | 2016.02.22 |