Skip to content

mister-josuecedeno/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge - Fizzbuzz

Live Demo | Portfolio

fizzbuzz-demo


Objective

The Fizzbuzz coding challenge was invented in 2007 by Imran Ghoryin in order to assess developer competence.

Since its conception the Fizzbuzz challenge has been used by Facebook and Microsoft as interview tools and has also been taught at Stanford, Berkley, Caltech and countless other universities.

Instructions

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 threeand five print “FizzBuzz”.

About

Visual representation of the classic fizzbuzz challenge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published