write a program that reads in a length in feet and inches and outputs the equivalent length in meters and centimeters. use at least three functions: one for input, one or more for calculating, and one for output. include a loop that lets the user repeat this computation for new input values until the user says he or she wants to end the program. there are 0.3048 meters in a foot, 100 centimeters in a meter, and 12 inches in a foot.