Solved
check palindrome
write a program to check whether it is a palindrome or not ?
Input : 12321
output : it is a palindrome
input : mam
output : it is a palindrome
input : 12345
output: not a palindrome
write a program to check whether it is a palindrome or not ?
Input : 12321
output : it is a palindrome
input : mam
output : it is a palindrome
input : 12345
output: not a palindrome
Atleast give it a try before posting here.
a!localVariables(
local!input: char(code(ri!input)),
local!reverse: reverse(local!input),
and(local!reverse = local!input)
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.