when reading data from a text file, it is common to see numbers such as 12,345, $20, or 195*. write a function that cleans a string containing digits by removing any characters that are not a digit or a - sign. then convert to an integer and return the result. numbers.cpp