Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITTEN IN C# - VISUAL STUDIO WRITTEN IN C# - VISUAL STUDIO 5. (Body Mass Index Calculator) Repeat to calculate Body Mass Index for five

WRITTEN IN C# - VISUAL STUDIO

image text in transcribed

WRITTEN IN C# - VISUAL STUDIO

5. (Body Mass Index Calculator) Repeat to calculate Body Mass Index for five time. (20 points) The formulas for calculating the body mass index (BMI) are weight In Pounds 703 height!nInches height!nlnches BMI = Create a BMI calculator program that asks the user to input his/her weight in pounds and height in inches. If either of them is zero or negative, stop the loop immediately. Otherwise, calculate and display the user's body mass index. Other than the value of BMI, the program should also display a message according to the information from the Department of Health and Human Services/National Institutes of Health BMI VALUES Underweight: less than 18.5 Normal: Overweight: between 25 and 29.9 Obese: between 18.5 and 24.9 30 or greater That is, if a user's BMI value

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions