Y
Hacker News
new
|
ask
|
show
|
jobs
by
devocracy
2676 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?
1 comments
toasterlovin
2676 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