-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:Replace numeric characters in a string with the $character

Luz3年前 (2021-05-10)题库373
Enter a string and replace the numeric characters in the string with the $character.
###Input format:
Enter a string containing numeric characters up to 20 in length.
###Output format:
The output replaces each numeric character in the string with a $character.
###Input example:
```in
Here is a set of inputs. For example:
abc0AB9
```
###Output example:
```out
The corresponding output is given here. For example:
abc$AB$
```






answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。