Im try to convert Celsius to Fahrenheit using overloading method functions in swift

后端 未结 0 831
一生所求
一生所求 2020-12-07 09:27

This what I have so far! Please help I can\'t figure it out for the life of me.

func tempInFah(temp: Double) -> Double {

    let fah = (temp * 9/5)          


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