Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Fizzbuzz

The "Fizz-Buzz test" is an interview question used to filter programmers. This is the source-code for the answer and is written is Swift. It displays the word "Fizzbuzz" if a multiple of 3 and 5 is present, "Fizz" if a multiple of 3 is present, ""Buzz" if a multiple of 5 is present", and the integer value if none of the following are present. However, the values are only assigned between 1 and 20.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages