In this program a number is entered by the user and its is checked whether the number entered is Prime Number or Not. A Prime Number is number that us divisible by 1 and the number itself. For Example: 2,3,5,7,11 etc...
In this program a number is entered by the user and its is checked whether the number entered is Prime Number or Not. A Prime Number is number that us divisible by 1 and the number itself. For Example: 2,3,5,7,11 etc...
In this program a number is entered by the user and it is checked whether it is Palindrome Number or Not. [A Palindrome Number is a number that remains the same when its digits are reversed.] For Example: Input: 121, Output: 121 is a Palindrome Number.