The assignment is to modify the class implementation without changing the functionality. Remove the feet and inches data members and replace them with one data member named total_inches. Re-implement all the class methods so they have he same functionality as originally. This means that any program written using the public members of the new class must produce exactly the same results as the original implementation.