Skip to content

mmorgan86/Fizz-Buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fizz-Buzz

This task I had to complete the FizzBuzz challenge.

Fizzbuzz: Write a program that prints the numbers from 1 to 100. But for multiples of three (3) print "Fizz" instead of the number, and for the multiples of five (5) print "Buzz". For multiples of both three (3) and five (5), print "FizzBuzz".

Releases

No releases published

Packages

No packages published

Languages