Question: 1. a) using visual studio b) (20 Points)Develop a BMI calculator using C# Windows Forms Application. The form should look something like the following figure,

(20 Points)Develop a BMI calculator using C# Windows Forms Application. The form should look something like the following figure, with 3 inputs( height in feet, height in inches and weight in Ibs) and 1 output (BMI). Round the output to 1 decimal place. (Hint: It could happen that one or more of the inputs is either a negative number or non-numeric) Test your solution with the inputs of : height: 5'10", weight : 183 lbs and take a screen shot of the result. Your Height: (feet) (inches) Your Weight: (pounds) Compute BMI Your BMI: D Based on the BMI, find out if the user is "normal weight", "overweight", "underweight" or "obese
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
