Computer Science, asked by Iamshubham, 11 months ago

write a shell program for string is pallindrome or not​

Answers

Answered by Anonymous
13

To find the given number is palindrome just check if the number is same from beginning and the end. Reverse the number to check if the number reversed is equal to the original number or not, if yes than echo Number is palindrome otherwise echo Number is NOT palindrome

Similar questions