+ 4
My code cannot execute else condition. How do I correct it?
It is displayed only result of if condition. https://code.sololearn.com/cUz93AiI4Y40/?ref=app
2 Answers
+ 2
Task Description says to read 4 string input, but here you only read once before you check whether it was a palindrome string.
0
Check the break statements