Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

A collection of FizzBuzz programs each in different language.

FizzBuzz is simple test of programmers. The goal is to write following program:

For numbers 1 to 100, if number is dividable by 3 print "Fizz", if it is dividable by 5 print "Buzz", if it is dividable by both 3 and 5 print "FizzBuzz", it it is not dividable by either, print the number.

Example output

1
2
Fizz
4
Buzz
Fizz
7
8
Fizz
Buzz
11
Fizz
13
14
FizzBuzz
16
17
Fizz
19
Buzz

About

A collection of FizzBuzz programs each in different language.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors