-
Notifications
You must be signed in to change notification settings - Fork 0
FizzBuzz Exercise - For numbers 1 to 100, print one of four results: "Fizz" if a number is divisible by 3; "Buzz" if a number is divisible by 5; "FizzBuzz" if a number is divisible by 3 and 5; the number if it is not divisible by 3 or 5; Unit tests evaluate each criterion individually, as well as at random.
GoldenAgeDev/FizzBuzz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
FizzBuzz Exercise - For numbers 1 to 100, print one of four results: "Fizz" if a number is divisible by 3; "Buzz" if a number is divisible by 5; "FizzBuzz" if a number is divisible by 3 and 5; the number if it is not divisible by 3 or 5; Unit tests evaluate each criterion individually, as well as at random.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published