Question: udent ID: Student Name: 1. Write a program that meets the following requirements (see the Figure given below): Create Labels and textbox for Weight, height
udent ID: Student Name: 1. Write a program that meets the following requirements (see the Figure given below): Create Labels and textbox for Weight, height and BMI. (Note BMI textbox cannot edited by user) Create Calculate BMI Button and when it's clicked update the BMI textbox result. BMI Formula = weight/Math.pow(height/100.0, 2.0); Create Reset Button and when it's clicked clear the contents from all textboxes. O X BMI Calculator Weight(kg): 70 Height(cm): 175 BMI 22.857142857142858 Calculate BMI Reset udent ID: Student Name: 1. Write a program that meets the following requirements (see the Figure given below): Create Labels and textbox for Weight, height and BMI. (Note BMI textbox cannot edited by user) Create Calculate BMI Button and when it's clicked update the BMI textbox result. BMI Formula = weight/Math.pow(height/100.0, 2.0); Create Reset Button and when it's clicked clear the contents from all textboxes. O X BMI Calculator Weight(kg): 70 Height(cm): 175 BMI 22.857142857142858 Calculate BMI Reset
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
