Coder Social home page Coder Social logo

812624 / fizz-buzz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashish-r/fizz-buzz

0.0 1.0 0.0 880 KB

A collection of Fizz Buzz programs in your favourite programming language

License: MIT License

JavaScript 9.13% TypeScript 1.46% Python 13.20% C++ 14.03% Java 11.27% Rust 4.47% Go 3.43% PHP 9.69% C 7.87% Ruby 1.17% C# 5.61% Haskell 2.57% Dart 6.80% Scala 3.13% Kotlin 3.11% PLSQL 3.06%

fizz-buzz's Introduction

License: MIT

Problem Statement

Write a program that prints the numbers from 1 to 100 and for multiples of '3' print "Fizz" instead of the number and for the multiples of '5' print "Buzz" and for the multiples of both '3' and '5' print "FizzBuzz".

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.

Hacktoberfest

Hacktoberfest® (1 October-31 October) is open to everyone in our global community. Whether you’re a developer or a student learning to code.

Enter Your email on the website to win T-shirt.

Website - https://hacktoberfest.digitalocean.com/

Contribution

  1. Fork the Repo

    Give a start and ⭐ Click on fork button in the right corner.It will create a copy of repositiry in your account.

  2. Clone the Repo

    You can clone your repository in your local pc with use of Github_Desktop application or for your Terminal/bash.

    For Terminal -

    git clone <url_name>
  3. Upload your Code or Change

    Make what change you want to make in Repo. It can be spelling mistake, code correction or anything.

    You can also upload your program to respective folder. If folder for your programming language is not present, create one and add your code.

    All Repository are open for contributions.

  4. Push it and Make a PR

    Push it to your repository and Issue a PR(Pull Request) in main repository.

And, that's it.

fizz-buzz's People

Contributors

ashish-r avatar shreyraj2002 avatar mohammed-ijas avatar 812624 avatar iamsidofficial avatar anmolgaur45 avatar firstbober avatar ggolfz avatar lon3wo7f avatar devil-cyber avatar mohandas-pai avatar satrio-pamungkas avatar thetkpark avatar tejas99999 avatar jayaganeshkumar avatar vipenl26 avatar jayruivivar avatar oonat avatar kamil200 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.