Skip to content

cpuy/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Write a program that prints the numbers from 1 to 100. But:

  • for multiples of 3 print “Fizz” instead of the number
  • for the multiples of 5 print “Buzz”
  • for numbers which are multiples of both 3 and 5 print “FizzBuzz”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published