My professor in an introductory C++ class asked us to take a program, and debug it, and have solved most of the bugs present in said code, however, I cannot figure out why the convert function doesnt seem to be transferring the converted values to the rest of the program, and thus gives a printout of 0 feet, 0 inches at the end.
the convert() should make the variables "feet", and "inches" what is displayed at the end of the program, however, that doesnt happen, all that happens is it displays the values they were given at the beginning of the program, there inlies the problem.