Challenge 2: make a counting function that counts 1-100 but multiples of 3 print fizz, multiples of 5 prints buzz, multiples of 3 and 5 print fizzbuzz Functions Challenge 2