Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fizz Buzz #7

Open
xasterKies opened this issue Oct 31, 2021 · 4 comments
Open

Fizz Buzz #7

xasterKies opened this issue Oct 31, 2021 · 4 comments
Assignees
Labels
challenge Daily Challenge Intermediate Intermdiate coding problem

Comments

@xasterKies
Copy link
Collaborator

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

@xasterKies xasterKies added challenge Daily Challenge Intermediate Intermdiate coding problem labels Oct 31, 2021
@Blanco237
Copy link

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

@xasterKies
Copy link
Collaborator Author

Done Blanco

@xxxSkypper
Copy link
Contributor

please can I also be assign

@EbotProg
Copy link

please assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Daily Challenge Intermediate Intermdiate coding problem
Projects
None yet
Development

No branches or pull requests

5 participants