So how do you calculate the difference between 5 feet and the height value you entered?
Jim
This is a discussion on Calculating body weight. within the C++ Programming forums, part of the General Programming Boards category; So how do you calculate the difference between 5 feet and the height value you entered? Jim...
So how do you calculate the difference between 5 feet and the height value you entered?
Jim
no. you're not allowed to give full code to help. if you had read the forum rules when you signed up, you'd know that.
please take it down.
Got it:
Code:feetIn = feet * 12; totInch = feetIn + inches; inches = totInch - 60; ideal = inches * 5 + 110;