主题: C++问题
查看单个帖子
  #1 (permalink)  
旧 2004-09-28
kenshin kenshin 当前离线
初级会员
 
注册日期: 2004-09-22
帖子: 1
kenshin 正向着好的方向发展
默认 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
回复时引用此帖