FizzBuzz(n) Create String array called answers digit = 0 for i=0 to n-1 digit = i + 1 if digit%3==0 answers[i] = "Fizz" else if digit%5==0 answers[i] = "Buzz" else answers[i] = i return answers
-
Notifications
You must be signed in to change notification settings - Fork 0
juniormore/ubcs-hackathon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published