Write a Java program that takes as input one word W as a string (as args[0]), and checks if that word is a palindrome.

Use the function charAt(index) to get the character at the index position in...