https://github.com/jasminemlewis/fizz-buzz
Fizz Buzz, a Ruby program, prints numbers from 1 to 100. For multiples of three prints "Fizz" instead of the number, and for multiples of five print "Buzz". For multiples of both three and five, print "FizzBuzz".
https://github.com/jasminemlewis/fizz-buzz
fizz-buzz ruby
Last synced: about 1 month ago
JSON representation
Fizz Buzz, a Ruby program, prints numbers from 1 to 100. For multiples of three prints "Fizz" instead of the number, and for multiples of five print "Buzz". For multiples of both three and five, print "FizzBuzz".
- Host: GitHub
- URL: https://github.com/jasminemlewis/fizz-buzz
- Owner: jasmineMLewis
- Created: 2019-05-21T01:43:05.000Z (about 7 years ago)
- Default Branch: Production
- Last Pushed: 2024-06-22T06:16:06.000Z (about 2 years ago)
- Last Synced: 2025-03-03T16:50:55.510Z (over 1 year ago)
- Topics: fizz-buzz, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fizz Buzz
Fizz Buzz, a Ruby program, prints numbers from 1 to 100. For multiples of three prints "Fizz" instead of the number, and for multiples of five print "Buzz". For multiples of both three and five, print "FizzBuzz".
## Technology Used
BackEnd
Ruby, Procedural