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

Add Fizz Buzz in Spry #4528

Open
elena5100 opened this issue Feb 27, 2025 · 0 comments
Open

Add Fizz Buzz in Spry #4528

elena5100 opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels
enhancement Any code that improves the repo fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/

Comments

@elena5100
Copy link

Add FizzBuzz in Spry

Project name: FizzBuzz
Project link: https://sampleprograms.io/projects/fizz-buzz/
Language: Spry

Description:
I want to add the "FizzBuzz" program in Spry.
The program will print numbers from 1 to 100, but:

  • If a number is divisible by 3, print "Fizz".
  • If a number is divisible by 5, print "Buzz".
  • If a number is divisible by both 3 and 5, print "FizzBuzz".
  • Otherwise, print the number itself.
@elena5100 elena5100 added the enhancement Any code that improves the repo label Feb 27, 2025
@rzuckerm rzuckerm added the fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ label Feb 27, 2025
@rzuckerm rzuckerm changed the title Add FizzBuzz in Spry Add Fizz Buzz in Spry Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/
Projects
None yet
Development

No branches or pull requests

2 participants