The link contains the code image
Hello I tried string palindrome without using.equal() method Task given by our Professor as you can see I took a palindrome string and converted it into toCharArray And Applied For Loop and Took a empty String named Reverse The Characters from for loop will be concatenate in reverse but in "if" statement i applied str==reverse which is true but I'm not getting displayed Palindrome instead It's Printing "Not a Palindrome" I would Really Appreciate if some one Solved my Problem