ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 10 Weeks Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 25 Apr 2017 My Price 8.00

determine how healthy a person is

One way to determine how healthy a person is by measuring the body fat of the person. The formulas to determine the body fat for female and male are as follows:

         Body fat formula for women:

o  A1 = (body weight ´ 0.732) + 8.987

o  A2 = wrist measurement (at fullest point) / 3.140

o  A3 = waist measurement (at navel) ´ 0.157

o  A4 = hip measurement (at fullest point) ´ 0.249

o  A5 = forearm measurement (at fullest point) ´ 0.434

o  B = A1 + A2 – A3 – A4 + A5

o  Body fat = body weight – B

 

 

Body fat formula for men:

o  A1 = (body weight ´ 1.082) + 9.442

o  A2 = wrist measurement ´ 4.15

o  B = A1 – A2

o  Body fat = body weight – B

o  Body fat percentage = body fat ´ 100 / body weight

Write a program to calculate the body fat of a person in C++ language.

 

Answers

(11)
Status NEW Posted 25 Apr 2017 02:04 AM My Price 8.00

-----------

Not Rated(0)