Question: Java given inarr of string numbers, combine integers together ex: 13, 31 --> 1331, so that the resulting string is a palindrome. Find the count

Java Java given inarr of string numbers, combine integers together ex: 13, 31

given inarr of string numbers, combine integers together ex: 13, 31 --> 1331, so that the resulting string is a palindrome. Find the count of all unique palindromic numbers. If no palindromic numbers exist return -1. Sample input: 43,13,456,31,57,54,900 Sample output: 2 Java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!