Quote Originally Posted by bobr View Post
Okay I see what your saying....but the how would can I do this so that the user so can still plug in the respectable number of feet and inches but still get the right output in meters and centimeters? would this even solve my const double issue? can anyone show me how the code should look? but thank you
If you're going to be a programmer, you need to be able to figure these things out.

How would you convert feet and inches to inches?

How would you convert inches to millimeters?

How would you convert millimeters to meters and millimeters?

Answer those questions in English before you think about writing code.