My code is not running. This code is the famous “FizzBuzz” question

后端 未结 0 885
有刺的猬
有刺的猬 2021-02-02 08:02

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题