I am trying to run this code but it\'s not working. I don\'t know how to return the input j as a string.
func FizzBuzz(j:Int) -> String { if j % 5 == 0 &&a