Y
Hacker News
new
|
ask
|
show
|
jobs
by
harpb
4194 days ago
The solution doesn't takes into consideration the 'fizzbuzz' output. Your solution would print both fizz and buzz when the int is divisible by both 3 and 5.
1 comments
areyousure
4194 days ago
"For numbers which are multiples of both three and five print “FizzBuzz”."
link