A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. Given a string A, print Yes if it is a palindrome, print No otherwise.
1 Write a java Program to display only digits in an alpha numeric String (Input: 75#41* Output:7541) 2 Write a program to convert Given String onto uppercase and lowercase without using String Method ...