Symbols problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

24th Aug 2021, 1:48 AM
Yaroslav Yatsyk
Yaroslav Yatsyk - avatar
1 Answer
+ 1
.. chars[i] <= 'z' || chars[i] >= '0' ... You have missed to place logical OR in between above statement
24th Aug 2021, 2:55 AM
Dinesh Surisetti
Dinesh Surisetti - avatar