Skip to content

update#33

Open
monaSalih wants to merge 4 commits into
mainfrom
tree-fizz-buzz
Open

update#33
monaSalih wants to merge 4 commits into
mainfrom
tree-fizz-buzz

Conversation

@monaSalih

@monaSalih monaSalih commented Nov 2, 2021

Copy link
Copy Markdown
Owner
  • If the value is divisible by 3, replace the value with “Fizz”
  • If the value is divisible by 5, replace the value with “Buzz”
  • If the value is divisible by 3 and 5, replace the value with “FizzBuzz”
  • If the value is not divisible by 3 or 5, simply turn the number into a String.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant