Skip to content

Program that takes two (2) lists and returns Fizz if the combined length of the lists is divisible by three (3) OR Buzz if it is divisible by five (5), OR Fizzbuzz if it is divisible by both five (5) and three (3) or the combined length of the list

Notifications You must be signed in to change notification settings

dxania/Fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz

Program that takes two (2) lists and returns Fizz if the combined length of the lists is divisible by three (3) OR Buzz if it is divisible by five (5), OR Fizzbuzz if it is divisible by both five (5) and three (3) OR returns the combined length of the list

About

Program that takes two (2) lists and returns Fizz if the combined length of the lists is divisible by three (3) OR Buzz if it is divisible by five (5), OR Fizzbuzz if it is divisible by both five (5) and three (3) or the combined length of the list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages