FizzBuzz
-
Core Java

How to Implement FizzBuzz in Java
The FizzBuzz puzzle is a classic programming problem commonly used in interviews to evaluate a developerās understanding of loops, conditionals,…
Read More » -
Core Java

Unit Testing exercise with FizzBuzz and Mockito
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More »

