8ceb5fa8abf32ef85eb3c73822b4b3e09f252865
Fizz Buzz Example in Java 8 using JUnit 5
Fizz Buzz is a game where
- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if neither, you say the number
Description
Languages
Java
100%