0
Symbols problem
I try to solve this problem but I don't know where is a mistake https://code.sololearn.com/c6afDTwfL98O/?ref=app
1 ответ
+ 1
.. chars[i] <= 'z' || chars[i] >= '0' ...
You have missed to place logical OR in between above statement
I try to solve this problem but I don't know where is a mistake https://code.sololearn.com/c6afDTwfL98O/?ref=app