Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Flowgorithm BMI calculator application that reads the user s weight in pounds and height in inches, then calculates and displays the user s

Create a Flowgorithm BMI calculator application that reads the users weight in pounds and height in inches, then calculates and displays the users body mass index. Also, the application should display the following information from the Department of Health and 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.0
Obese: 30 or greater
The formulas for calculating BMI are:
BMI =(weightInPounds *703)/(heightInInches * heightInInches)
Don't forget to use the float datatype when declaring variables.

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

Question

How does selection differ from recruitment ?

Answered: 1 week ago