Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,671

    Re: Hangman java question double letters

    You are, of course, correct.

    If you "get" the logic, maybe you can "guess" that what I really had in mind was to make the loop condition (displayWord not equal to secretWord) since displayWord is...
  2. Replies
    4
    Views
    2,671

    Re: Hangman java question double letters

    Instead of using the indexOf function (that would require repeats each time you find a guessed character in the secret word), why not just step through the secret word, testing each character to see...
Results 1 to 2 of 2