Search:

Type: Posts; User: MattDelly

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,338

    Re: Help with java char Array

    Ah I'm glad to see you revised your post haha! :)

    I don't think you can just print guessedLetters like you have.

    Try this:

    import java.util.Arrays;
    .
    .
    .
  2. Replies
    4
    Views
    1,338

    Re: Help with java char Array

    If I were you I'd start with some pseudo code and then start programming it and if you run into any errors it would be a lot easier to help.

    Something like:
    While loop to keep the user entering...
Results 1 to 2 of 2