ashish-r / Fizz-Buzz

A collection of come cool Fizz Buzz programs in your favorite programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz

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.

If this is your first contribution and you need any help, or if you are facing any issue. Comment here: #4

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://hacktoberfest.digitalocean.com/

License: MIT

About

A collection of come cool Fizz Buzz programs in your favorite programming language

License:MIT License


Languages

Language:C++ 14.0%Language:JavaScript 12.0%Language:PHP 8.6%Language:Python 8.0%Language:Java 7.5%Language:Go 6.0%Language:Elixir 5.3%Language:C# 4.1%Language:TypeScript 4.0%Language:C 3.9%Language:Rust 2.8%Language:Scala 2.5%Language:Swift 2.4%Language:Dart 2.3%Language:Shell 2.0%Language:Ada 1.5%Language:Kotlin 1.5%Language:Ruby 1.3%Language:Visual Basic .NET 1.2%Language:Standard ML 1.0%Language:Batchfile 1.0%Language:PLSQL 1.0%Language:Pike 1.0%Language:Perl 1.0%Language:Julia 0.9%Language:Haskell 0.9%Language:PowerShell 0.8%Language:V 0.8%Language:Lua 0.7%