For multiples of 3 return “Fizz” For multiples of 5 return “Buzz” For multiples of both 3 and 5, return “FizzBuzz” For any other input (valid or otherwise) return a string r