https://github.com/ashish-r/fizz-buzz
A collection of come cool Fizz Buzz programs in your favorite programming language
https://github.com/ashish-r/fizz-buzz
fizzbuzz fizzbuzz-c fizzbuzz-cpp fizzbuzz-csharp fizzbuzz-dart fizzbuzz-elixir fizzbuzz-go fizzbuzz-haskell fizzbuzz-javascript fizzbuzz-kotlin fizzbuzz-php fizzbuzz-psql fizzbuzz-python fizzbuzz-ruby fizzbuzz-rust fizzbuzz-scala fizzbuzz-scripts fizzbuzz-typescript good-first-issue hacktoberfest
Last synced: 9 months ago
JSON representation
A collection of come cool Fizz Buzz programs in your favorite programming language
- Host: GitHub
- URL: https://github.com/ashish-r/fizz-buzz
- Owner: ashish-r
- License: mit
- Created: 2020-10-02T11:37:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T18:59:55.000Z (about 5 years ago)
- Last Synced: 2023-02-28T21:56:34.722Z (almost 3 years ago)
- Topics: fizzbuzz, fizzbuzz-c, fizzbuzz-cpp, fizzbuzz-csharp, fizzbuzz-dart, fizzbuzz-elixir, fizzbuzz-go, fizzbuzz-haskell, fizzbuzz-javascript, fizzbuzz-kotlin, fizzbuzz-php, fizzbuzz-psql, fizzbuzz-python, fizzbuzz-ruby, fizzbuzz-rust, fizzbuzz-scala, fizzbuzz-scripts, fizzbuzz-typescript, good-first-issue, hacktoberfest
- Language: C++
- Homepage:
- Size: 960 KB
- Stars: 9
- Watchers: 2
- Forks: 56
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![FizzBuzz][FizzBuzz]
[FizzBuzz]: https://www.ezrahill.co.uk/wp-content/2019/04/DraggedImage-1038x576.png
# Problem Statement
Write a program that prints the numbers from 1 to 100 but for multiples of '3' print "Fizz", for the multiples of '5' print "Buzz" and for the multiples of both '3' and '5' print "FizzBuzz" instead of the number.
Sample Output:
`1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, FizzBuzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, FizzBuzz, 31, 32, Fizz, 34, Buzz, Fizz, ...`
# Overview
Fizz Buzz is the most common programming question asked during the interviews. The goal of this repository is to help beginners with their contributions in Open Source. Every contribution is appreciated, just make sure to follow the [contribution guidelines](CONTRIBUTING.md).
If this is your first contribution and you need any help, or if you are facing any issue. Comment here:
# Hacktoberfest
Hacktoberfest® (1st October-31st October) is open to everyone in the global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.
Enter Your email on the website to win cool T-shirt.
Website -
[](https://github.com/ashish-r/mern-registration-form/blob/master/LICENSE)