pratyushmp / code_opensource_2020

This Hacktoberfest feel free to contribute code in any language of your choice.
11 stars 146 forks source link

FizzBuzz #278

Open p2557506 opened 3 years ago

p2557506 commented 3 years ago

1)Pick a number 2)List of numbers from 0 to chosen number will print -Multiples of 3 are shown as "Fizz" -Multiples of 5 are shown as "Buzz" -Multiples of 15 are shown as "FizzBuzz" -Multiples of none of these will just print as the number