+ 1
Please help me solve No numeral problem
I tried a lot many times but only 5 out of 6 test cases are passed. The 3rd case is missed everytime. Please help! https://www.sololearn.com/coach/64?ref=app
5 Respuestas
+ 1
The test case no 3 includes "10" in the input string like "i have 10 pens" so out put must be "i have ten pens" so make sure your your program dont output "i have onezero pens".
+ 3
Hint: Just replace 0-9 numbers with their spellings
+ 3
Add 0-10 in your code.
+ 1
Post you code link instead of challenge itself.
We can't access your attempt from there.
+ 1
Thankyou so much Pradeep Kumar Prajapati