this.weight = Weight_Edit_Text.getText(); this.height = Height_Edit_Text.getText(); this.BMI1 = (this.weight*703)/(this.height^2); BMI_Text.setText("Your BMI is : " @ this.BMI1);