Closed sakshamarora1 closed 4 years ago
Hey, can you assign it to me? I'd like to use python.
assign it to me for c++
Please assign it to me for java.
@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
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, printBuzz
instead of the number. For numbers which are multiples of both 3 and 5, printFizzBuzz
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.