var BMIValue = (WeightTextField*703)/(HeightTextField*HeightTextField)
My error:
Cannot invoke '/' with an argument list of type '(($T5), ($T11))'
I had made an attempt on making a simple BMI calculator however this function that I have typed out constantly brings compiler errors. Can someone please help me. Thank you very much.