why is the error coming please explain.
Is palindrome problem
Hi vipin
- use number array instead of character array as mentioned in problem.
- use a[i] instead of a.charAt(i)
Hope it helps
1 Like
why is the error coming please explain.
Hi vipin
Hope it helps