Skip to content

defiyeti/Fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages