elliesmith
write a second converttoinches() with two double parameters, numfeet and numinches, that returns the total number of inches. ex: converttoinches(4.0, 6.0) returns 54.0 (from 4.0 * 12 + 6.0). (Write a second ConvertToInches() with two double par...