Computer Science, asked by Anonymous, 1 month ago

Write a program to input a number and check whether it is "prime palindrome" number or not. (in java language )

spam strictly prohibited ​

Answers

Answered by sbabusri2364
1

Answer:

Palindrome program in Java – Here, we will discuss the various methods to check whether a given number is a palindrome or not. A compiler is added so that you can execute the program yourself, alongside various examples and sample outputs are given. The methods aforementioned are:

Print using For Loop

Print using Static Method

Print using Recursion

Print using String

A Palindrome is a sequence of words, digits or other symbols that reads the same both forwards and backwards.

There are several examples such as RACECAR, MOM, 12321 etc.

This is another example of a palindrome:

tattarrattat

The speciality of this palindrome is that this is the longest palindrome in the existence of the English Language. This palindrome was termed by James Joyce in Ulysses in 1922.

The meaning of this word is simply a knock at the door.

Answered by DivyanshiBittu
1

Answer:

wow! good Question!!

Explanation:

and mark as a brain list

Similar questions