Y
Hacker News
new
|
ask
|
show
|
jobs
by
x3n0ph3n3
2683 days ago
It's made me angry how many people I've interviewed who can't manage Fizz Buzz with only 2 conditions or at all.
2 comments
rhizome
2683 days ago
I'm kind of angry that I've never been asked to do it.
link
devocracy
2683 days ago
I'm curious to find out what people define as fizzbuzz, do you have a good example of something you've asked in the past?
link
toasterlovin
2683 days ago
Print numbers from 1 to 100, except print Fizz for numbers evenly divisible by 3, print Buzz for numbers evenly divisible by 5, and print FizzBuzz for numbers divisible by both 3 and 5.
link