Question: Problem Solving Document: There should be one document that provides the problem solving methodology to each problem. Each Step of the Problem-Solving Process needs to

Problem Solving Document: There should be one document that provides the problem solving methodology to each problem. Each Step of the Problem-Solving Process needs to be documented along with your Algorithm. I. Understand the Problem, II. Design (include Algorithm), III. Implementation (Code).

Problem1 (30 points): Body Mass Index Calculator (Problem Solving Required) Write an application (BMICalc) 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: Mr.Israel wants to know if he is Overweight or Obese (69 inches, 164 pounds) Example3: Mr.Israel wants to know if he will be Overweight or Obese after gaining 35 pounds. Example4: Mr.Israel wants to know if he will be Underweight after dropping 20 pounds.

Please Note - It is a C programming Language.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!