pratyushmp / code_opensource_2020

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

FizzBuzz #277

Open p2557506 opened 3 years ago

p2557506 commented 3 years ago

Pick a number and it will list numbers from 1 to the number you chose. -Multiples of 3 are Fizz -Multiples of 5 are Buzz -Multiples of both are FizzBuzz -Multiples of none of these will print the number