Code:
import java.io.*;
public class Pal
{
public static void main (String args[])throws Exception
{
String character;
//char word;
char[] temp;
temp = new char[15];
char i;
System.out.println("Input word:");
for (i=0;i<14;i--)
{
InputStreamReader word= new InputStreamReader(System.in);
Leave a comment: