Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    4,900

    Re: hangman 2 player game

    begin loop through all characters in word
    get next char from word
    test if char is valid
    if not valid reject word and exit loop
    end loop

    See the String class for a method to get the next...
  2. Replies
    3
    Views
    4,900

    Re: hangman 2 player game

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.


    Use a loop to look at each letter in the word the user entered and...
Results 1 to 2 of 2