Skip to content

LauraRe/fizz_buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As a programmer
So that the game can be played according to the rules
I want a normal number to return that number

As a programmer
So that the game can be played according to the rules
I want a number divisible by three to return 'fizz'

As a programmer
So that the game can be played according to the rules
I want a number divisible by five to return 'buzz'

As a programmer
So that the game can be played according to the rules
I want a number divisible by fifteen to return 'fizz buzz'

As a programmer
In order to work in a test driven way
I would like to run unit tests

Extra credit:

As a programmer
In order to handle "irregular" user behavior
I want a non-numetical input to return 'the input must be a positive number!'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages