-
Notifications
You must be signed in to change notification settings - Fork 0
The FizzBuzz problem is a classic test given in coding interviews. The task is simple: Print integers one-to-N, but print “Fizz” if an integer is divisible by three, “Buzz” if an integer is divisible by five, and “FizzBuzz” if an integer is divisible by both three and five.
OpenAMOC/fizzbuzz_remainders
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
The FizzBuzz problem is a classic test given in coding interviews. The task is simple: Print integers one-to-N, but print “Fizz” if an integer is divisible by three, “Buzz” if an integer is divisible by five, and “FizzBuzz” if an integer is divisible by both three and five.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published