Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need to be able to create the above on a Microsoft Visual Studio. Please Help. Body Mass Index Calculator According to Medical News Today,
I need to be able to create the above on a Microsoft Visual Studio. Please Help.
Body Mass Index Calculator According to Medical News Today, "Body mass index (BMI) is a measure of body fat based on your weight in relation to your height..." (http: //www.medicalnewstoday.com/info/obesity/what-is-bmi.php) The formulas for calculating BMI are BMI = weightInPounds times 703/heightInInches times heightInInches or BMI weightInKilograms/heightInMeters times heightInMeters Create a BMI calculator application that reads the user's weight in pounds and height in inches (or, if you prefer, the user's weight in kilograms and height in meters), then calculates and displays the user's body mass index. Also, the application should display the following information from the Department of Health and Human Services/National Institutes of Health so the user can evaluate his/her BMI: BMI VALUES Underweight: less than 18.5 Normal: between 18.5 and 24.9 Overweight: between 25 and 29.9 Obese: 30 or greater The below is the way your output should look. Your program should work with a variety of input values and output should be shown as below (including decimal values)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started