/FizzBuzzAndroidEdition

The classic coding question, now on Android! Check if a number is fizz (divisible by 3), buzz (divisible by 5), or fizzbuzz (divisible by 3 and 5). You can also check a range of numbers to see what numbers in that range are divisible by 3, 5, or both.

Primary LanguageKotlin

No issues in this repository yet.