Select Page

George Mason University Body Fat Percentage Java Calculator Application File

Question Description

Method Assignment – Body Fat Percentage (BFP) Calculator Application

Develop a Java application to computer BFP of a person using the Body Mass Index (BMI) method.

Implement method(s) to compute and return the BFP value according to the following formulas:

  • ? Adult Male’s Body fat percentage (BFP) formula:BFP = (1.20 × BMI) + (0.23 × Age) – 16.2
  • ? Adult Female’s Body fat percentage (BFP) formula:BFP = (1.20 × BMI) + (0.23 × Age) – 5.4
  • ? Boy’s Body fat percentage (BFP) formula: BFP = (1.51 × BMI) – (0.70 × Age) – 2.2
  • ? Girl’s Body fat percentage (BFP) formula: BFP = (1.51 × BMI) – (0.70 × Age) – 1.4To compute a BMI of a person, the formula used in this application is “Imperial English BMI Formula” provided below:

? BMI = weight (lbs) / height (inch2) × 703 (1 foot = 12 inches)

Write a program that allows the user to input their weight in, height in feet, age in years, and gender (Adult Male, Adult Female, Boy, or Girl). The program should then output the BFP Value of the person.

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now