- 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"
-
Notifications
You must be signed in to change notification settings - Fork 0
Practice of mathematical logic.
License
ByeonghoonJeon/Fizz-Buzz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Practice of mathematical logic.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published