Computer Science, asked by sayan7047, 3 months ago

1. Write a program in Java to input a number and check whether it is PALPRIME or not. A number is PalPrime if it is Palindrome and Prime both, Example 11. ​

Answers

Answered by k981
0

Answer:

Program to Check Palindrome using while loop · On each iteration, the last digit of num is stored in the remainder . · Then, the remainder is added to reversedInteger such that it is added to the next place value

Similar questions