'Program for finding Palindrome with few lines of code.
'Program for finding Palindrome with few lines of code.
Rate 'Program for finding Palindrome with few lines of code.
(1(1 Vote))
a=InputBox("Enter the String:")
b=StrRev(a)
If a=b then
Msgbox "Given String is a Palindrome"
Else
Msgbox "Given String is not a Palindrome"
Endif
End Sub
'Program for finding Palindrome with few lines of code. Comments
No comments yet — be the first to post one!
Post a Comment