Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
11 stars 16 forks source link

Fizzbuzz #15

Closed sakshamarora1 closed 4 years ago

sakshamarora1 commented 4 years ago

Description

A program that prints each number from 1 to 100 on a new line. But, for each multiple of 3, print Fizz instead of the number. For each multiple of 5, print Buzz instead of the number. For numbers which are multiples of both 3 and 5, print FizzBuzz instead of the number.

Language

Type of issue

The checklist will be updated by the maintainers / author of this issue according to the language in which snippets are added or are proposed to be added.

ItIsUday commented 4 years ago

Hey, can you assign it to me? I'd like to use python.

demonslayer99 commented 4 years ago

assign it to me for c++

manishita24 commented 4 years ago

Please assign it to me for java.

sakshamarora1 commented 4 years ago

@ItIsUday @manishita24 @demonslayer99 Go ahead guys! Make sure to take care of the code quality and don't forget to read the contributing guidelines! :D