EliteProgrammersClub / EPCDailyChallenge

Daily challenge on algorithm, using different languages. From different problems to be solved.
MIT License
7 stars 20 forks source link

Fizz Buzz #7

Open xasterKies opened 2 years ago

xasterKies commented 2 years ago

Directions

Write a program that console logs the nubers from 1 to n. 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 three and five print "fizzbuzz" .Make use of functions and methods where necessory

You can code this with any language of you choice!

Examples

fizzBuzz(5); 1 2 fizz 4 buzz

Blanco237 commented 2 years ago

Please i can't seem to assign myself to this issue

xasterKies commented 2 years ago

Done Blanco

xxxSkypper commented 2 years ago

please can I also be assign

EbotProg commented 2 years ago

please assign me