0
What's wrong with this code?
It's a code coach and it outputs the first character No numerals code coach https://code.sololearn.com/cfM0AcFpPHlh/?ref=app
4 Answers
+ 2
Kevin â
here is the code
+ 2
Replace does not modify the original string, it returns a new string instead:
s = s.Replace(..);
Number 10 is also included in this challenge.
0
You didn't link the code...