a palindrome is a string that is spelled the same way forward $ backwards.write a recursive function testpalindrome that returns true if the string i stored in the array is a palindrome and false otherwise.the function should ignore spaces and punctuations
functions
Collapse
X
Comment