Skip to content

spurekar/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FizzBuzz

Solution to the FizzBuzz code test

Here is the problem: Write a program that prints out the numbers 1 to 100 (inclusive). If the number is divisible by 3, print Fizz instead of the number. If it's divisible by 5, print Buzz. If it's divisible by both 3 and 5, print FizzBuzz.

About

Solution to the FizzBuzz code test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages