Skip to content

wcs-katedra/fizzbuzzimpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".

Additional tasks

  • For multiples of seven print 'Wizz'
  • For numbers which are multiples of three and seven print 'FizzWizz'
  • For numbers which are multiples of five and seven print 'BuzzWizz'
  • For numbers which are multiples of three, five and seven print 'FizzBuzzWizz'
  • Also print 'Fizz' for numbers which contain a three
  • Also print 'Bizz' for numbers which contain a five
  • Also print 'Wizz' for numbers which contain a seven

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages