4 comments

[ 3.0 ms ] story [ 19.4 ms ] thread
Heh.. brainf* truly describes my initial reaction to the syntax.
I think c sample is wrong, doesn't handle the cases where number divides with both 3 and 5.
It does, both if-statements will fire
I'm not sure if the code was changed or my mistake. Anyway, now it will print out Fizz and then the number when number divides with 3 (but not with 5).