akosiraff

Download calBMR C++ Answer

Aug 14th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/calbmr/
  3. Complete the program below writing by writing the prototypes and function definitions for getData() and for calBMR(). Make no changes to main()!Function getData() is to prompt the user for and input the person’s weight, height (in inches), age, and ‘F’ for female and ‘M’ for male. Make sure that the program is not case sensitive and exit the program if there is a data entry error. The function calcBMR() should calculate and return the basil metabolic rate (BMR).For Women: BMR = 655 + 4.3 * weight + 4.7 * height in inches + 4.7 * ageFor Men: BMR = 66 + 6.3 * weight + 12.9 * height in inches + 6.8 * age
  4. Download: https://solutionzip.com/downloads/calbmr/
Add Comment
Please, Sign In to add comment