Write code for palindrome?

Answer Posted / dextr316

Dim inputvalue As String = TextBox1.Text
Dim reversevalue As String = StrReverse(inputvalue)
If (inputvalue = reversevalue) Then
MsgBox("Palindrome")
Else
MsgBox("Not a Palindrome")
End If
End Sub

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between list and dictionary in c#?

454


What is the difference between icomparer and icomparable in c#?

461


Define xslt.

544


Is arraylist type safe in c#?

498


What is default c#?

500






Which programming language is best for desktop applications?

452


What is the difference between early binding and late binding in c#?

500


how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge

1624


What is the default value of decimal in c#?

491


What debugging tools come with the .NET ssSDK?

690


What are the types of parameters in c#?

522


Explain About .Net remoting

565


What is the differences between datagrid, datalist and repeater in .net?

475


Explain about c# language.

596


What is .cshtml file?

495