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
What are the desktop applications?
Explain the security with aop?
in object oriented programming, how would you describe encapsulation?
update data in an xml file which resides in solution itself, using silverlight 4.0
What do you mean by string objects are immutable?
Can structs in c# have destructors?
What is a cshtml file?
What is the main purpose of linq?
Can main method be final?
Describe how a .net application is compiled and executed
Why do we need delegates in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is the ouput of the following program?
What is the task perform by clr?