Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write the include Algorithm for this question Problem1 (30 points): Body Mass Index Calculator (Problem Solving Required) Write an application (BMI Calc) that reads the
write the include Algorithm for this question
Problem1 (30 points): Body Mass Index Calculator (Problem Solving Required) Write an application (BMI Calc) that reads the user's weight in pounds and height in inches, then calculates the Body Mass Index. BMI Formula: BMI = (weight in pounds x 703) divided by (height in inches squared) Your application should output the user's BMI and the following information (Example Output): Example1: Your weight is 100 pounds and your height is 60 inches. Your BMI is: 19.52. BMI Standards: Underweight: less than 18.5 Normal: between 18.5 and 24.9 Overweight: between 25 and 29.9 Obese: 30 or greater Example2: Dr. Khondker wants to know if he is overweight or Obese (69 inches, 164 pounds) Example3: Dr. Khondker wants to know if he will be overweight or Obese after gaining 35 pounds. Example4: Dr. Khondker wants to know if he will be Underweight after dropping 20 poundsStep 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