Skip to content

den-materials/fizzBuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

FizzBuzz

Using the language you are most comfortable with, you need to write an application. You will be writing an application that prints out information to a user.

Details

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors