nandhini-1402 / Palindrome-or-not-Number-Java

Given an integer input as the number, the objective is to check whether or not the given number is a palindrome. To do so, we’ll first reverse the string input using loops and recursion and check if it matches the original number. Example Input : 121 Output : Palindrome
13Updated 4 months ago

Related projects: