- Number range is from 1 to 100.
- The program prints every natural numbers in the range. However,
- if a number can be divided by 3, this program prints "Fizz" instead of number.
- if a number can be divided by 5, this program prints "Buzz" instead of number.
- if a number can be divided by both 3 and 5, this program prints "FizzBuzz" instead of number, "Fizz", or "Buzz"
ByeonghoonJeon/Fizz-Buzz
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|