Skip to content

blackGirlsCode/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Fizz Buzz is traditionally a word game for kids to teach them about division, in which players count incrementally. replacing any numbers divisible by three with the words "fizz" and numbers divisible by five replaced with "Buzz". Any number that is divisible by both three and five and replaced with "Fizz Buzz".

In the land of software engineering, it is an infamous coding interview question that, suprisedly filters out about 99.5% of applicants. There are several ways to skin a cat, so we will explore different approaches to solve this problem.

About

Write a program that prints integers from 1 to 100

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published