////////////////////////////////////////////// // // file: mnunit.c // /////////////////////////////////////////////// #include #include "tunit.h" int main() { Tlength l1; // Create a Tlength type object CLInput(l1,"Enter length "); // Enter a value from the command line cout << "Value in unit type of input" << endl; cout << l1 << endl; cout << "Value in meters" << endl; cout <