CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DespicableMe

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    7,510

    Re: Finding if a Palindrom - Please review

    Thank you all for your comments. This is what I finally came up with. Please review and share your thoughts.


    boolean isPalindromAnother() {

    // Store the length of input
    int len =...
  2. Replies
    8
    Views
    7,510

    Re: Finding if a Palindrom - Please review

    Thanks for your reply. I needed an implementation for a better understanding of the language though.
  3. Replies
    8
    Views
    7,510

    Finding if a Palindrom - Please review

    Hi, I am a Java newbie and I am working on this piece of code to figure out if a string is a palindrom or not. Could some experts review my code and provide comments on how I could have done it...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured