Solutions - Palindrome String - Que-1
Solutions - Palindrome String - Que-1
Note : The following answer also works with … “Arora”, “1331”, “RaceCar”
as we used equalsIgnoreCase( )
class PalindromeString
{
public static void main( )
{
Scanner SC = new Scanner ( System.in ) ;
int len, k ;
char ch ;
len = str.length() ;
Page No 1 of 1