C++问题 Occasionally users input numbers by mistakes for fields that have only characters such as name. A good program must be able to parse through the characters inputted by the user to eliminate the numbers.
Using pointers, write a program that returns a numberless word from a mixed word of letters and numbers.
For example:
David123 will return a David
David123Beckham will return a David Beckham |