Skip to content

Program prints number from 1 - 100. If the number is divisible by three, it prints "Fizz" instead. If the number if divisible by five, prints "Buzz" instead. If the number is divisible by both three and five, it prints "FizzBuzz."

Notifications You must be signed in to change notification settings

leighsn/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FizzBuzz

Program prints number from 1 - 100. If the number is divisible by three, it prints "Fizz" instead. If the number if divisible by five, prints "Buzz" instead. If the number is divisible by both three and five, it prints "FizzBuzz."

About

Program prints number from 1 - 100. If the number is divisible by three, it prints "Fizz" instead. If the number if divisible by five, prints "Buzz" instead. If the number is divisible by both three and five, it prints "FizzBuzz."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published