Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why objects are stored in heap in c#?

990


What are the types of inheritance in c#?

1009


Why do we use struct in c#?

1011


what is virtual method in c#?

1241


Enlist all the components of an ado.net framework?

915


What is a constructor in c#?

1542


Define parsing? Explain how to parse a datetime string?

1016


Can datetime be null c#?

917


Are arraylist faster or arrays?

1001


How is method overriding different from overloading?

1096


How do partial classes work in c#?

983


What are jump statements in c#?

1027


What are the two uses of a ‘using’ statement in c#?

1011


Differentiate between static class and singleton instance?

1059


How do I type a whitespace character?

1142