Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    835

    Re: Hangman winner issue!

    Please copy the full text of the error messages and paste it here.

    My code was an example, not something that can be copied and pasted into your program. You will need to write your own methods. ...
  2. Replies
    3
    Views
    835

    Re: Hangman winner issue!

    if (didUserWin()) {
    print congrats message
    }
    The write the method: didUserWin() that returns true when the user has won.
Results 1 to 2 of 2