Skip to content

PatrickJS/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FizzBuzz

You are to write a program that must fulfill these simple requirements:

For the numbers from 1 to 100,

If the number is a multiple of 3, print fizz instead of the number.
If the number is a multiple of 5, print buzz instead of the number.
If the number is a multiple of 15, print fizzbuzz instead of the number.
Otherwise, print the number itself.
Each output should be followed by a new line.

About

my FizzBuzz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages