Search:

Type: Posts; User: snowguy13

Search: Search took 0.09 seconds.

  1. Re: Need Help with Writing methods that involves Loops

    Okay. There is a small problem with this: if there is an E as the first character of the String, the X will get removed, and then when you try to get rid of the character where you THINK the X is,...
  2. Re: Need Help with Writing methods that involves Loops

    Does it work?


    Why are you doing this?


    Okay. Think about what you are actually doing here: instead of thinking of this as removing the characters, think about it as taking every character...
  3. Re: Need Help with Writing methods that involves Loops

    I wrote a quick program using your method, and here are the results:

    racecar --> rac
    races race -->
    corn -->
    sisters --> s
    bordiogbo -->

    So, only sisters and corn worked correctly....
Results 1 to 3 of 3