Question: Write a java program that takes in a number N and finds the smallest palindrome prime greater than or equal to N. This should
Write a java program that takes in a number N and finds the smallest palindrome prime greater than or equal to N. This should be done by creating two methods, one to check if the number is prime and one to check if the number is a palindrome. Sample Input 1 8 00 Sample Output 1 The next prime palindrome is 11 rt 2 117 M C U O 2 10 Write a java program that takes in a number N and finds the smallest palindrome prime greater than or equal to N. This should be done by creating two methods, one to check if the number is prime and one to check if the number is a palindrome. Sample Input 1 8 00 Sample Output 1 The next prime palindrome is 11 rt 2 117 M C U O 2 10
Step by Step Solution
There are 3 Steps involved in it
Java P... View full answer
Get step-by-step solutions from verified subject matter experts
