About coding the“FizzBuzz” interview question

Michele Riva
5 min readApr 25, 2019

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. (wiki.c2.com)

Sometimes, even the simplest problem can become tricky.
That is the case for the FizzBuzz interview question.

Write a program that prints the

--

--