2018-10-29 23:42:48 +05:30
2018-10-29 23:33:32 +05:30
2018-10-29 23:42:48 +05:30
2018-10-29 23:33:32 +05:30

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
No description provided
Readme 57 KiB
Languages
Java 100%