Im having a hard time getting the this line of code to work bmi[i] = Math.round((weight[i] / (height[i] * height[i])) * 703); I casted the weight[i] and height[