Skip to content

chadwood/01-FizzBuzz_completed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

For this project we would like you to design a program to recreate the FizzBuzz numbers game.

Rules

For the integers 1 through 100 inclusive program should:

  • return Fizz for any multiple of 3
  • return Buzz for any multiple of 5
  • return FizzBuzz for any multiple of 3 & 5
  • return the integer that was input if none of the above are true# 01-FizzBuzz_completed

About

TDD Workshop (2021 Hackathon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages