Q5. One way to estimate the height of a child is to use the following formula, which uses the height of the parents: Hmother)+ Hfather Hmale_child (#father)+ Hmother Hfemale_child = All heights are in inches. Write a function that takes as input parameters the gender of the child, height of the mother in inches, and height of the father in inches, and outputs the estimated height of the child in inches. Embed your function in a program that allows you to test the function over and over again until telling the program to exit. The user should be able to input the heights in feet and inches, and the program should output the estimated height of the child in feet and inches. Use the integer data type to store the heights.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.3: Returning Multiple Value
Problem 6E
icon
Related questions
Question

I am facing some issues with this c++ question. any help would be appreciated. 

Q5. One way to estimate the height of a child is to use the following formula, which uses the
height of the parents:
Hmother)+ Hfather
Hmale_child
(#father)+ Hmother
Hfemale_child =
All heights are in inches. Write a function that takes as input parameters the gender of
the child, height of the mother in inches, and height of the father in inches, and outputs
the estimated height of the child in inches. Embed your function in a program that allows
you to test the function over and over again until telling the program to exit. The user
should be able to input the heights in feet and inches, and the program should output the
estimated height of the child in feet and inches. Use the integer data type to store the
heights.
Transcribed Image Text:Q5. One way to estimate the height of a child is to use the following formula, which uses the height of the parents: Hmother)+ Hfather Hmale_child (#father)+ Hmother Hfemale_child = All heights are in inches. Write a function that takes as input parameters the gender of the child, height of the mother in inches, and height of the father in inches, and outputs the estimated height of the child in inches. Embed your function in a program that allows you to test the function over and over again until telling the program to exit. The user should be able to input the heights in feet and inches, and the program should output the estimated height of the child in feet and inches. Use the integer data type to store the heights.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning