FizzBuzz prints numbers from 1 to 100. But for multiples of three prints "Fizz" instead of the number and for the multiples of fives print "Buzz". For numbers which are multiples of both three and five prints "FizzBuzz".
Segun-Ogundipe/FizzBuzz
FizzBuzz prints numbers from 1 to 100. But for multiples of three prints "Fizz" instead of the number and for the multiples of fives print "Buzz". For numbers which are multiples of both three and five prints "FizzBuzz".
HTMLMIT