Amelia interview question

Given a string, check for palindrome

Interview Answer

Anonymous

8 Apr 2022

Use with library string and find a length and divide them and saparate each character store in one variable and compare with orginal string if it's true it's palandrom if not ..it's not palandrom