Palindrome

PythonF

Reverse Sum Palindrome

Reverse Sum Palindrome: The program must accept an integer N as the input. The program must find the sum of N and its reverse. The…
PythonF

String Palindrome

A string S is passed as input to the program. The program must print “yes” if the string S is a palindrome and must print…
PythonF

Matrix Palindrome

The program must accept an integer matrix of size RxC as the input. The program must print YES if every row and every…
JavaF

Palindrome Missing Alphabet

Problem Statement :String S which is a palindrome is passed as the input.But just one alphabet A is missing in S. The program must print the…
JavaF

Next Number Palindrome

Given a number N, the program must print the next palindromic number P.  Boundary Conditions:9 < N < 100000  Input Format:First…