Search:

Type: Posts; User: skousey

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    3,426

    Re: Refining some simple "Hangman" code

    I tried pasting the main() method to the beginning of the Game class file and swapped the names around, and it seems to be working as intended. Thanks for the suggestion.
  2. Replies
    6
    Views
    3,426

    Re: Refining some simple "Hangman" code

    I didn't know putting 2 classes in a single file was that simple - I guess it just hasn't really been shown in the textbook yet. Since it is a fully online course, the instructions can be hard to...
  3. Replies
    6
    Views
    3,426

    Re: Refining some simple "Hangman" code

    Hi Greg,
    In my mind this was easier done with 2 separate files and classes as I did. However the instructor clearly stated that I should submit only a single Java file named Hangman.java. I think...
  4. Replies
    6
    Views
    3,426

    Refining some simple "Hangman" code

    Hello, I am very new here (and to Java as a whole), so I apologize if I've made a mistake.

    Basically, I'm asking for some advice on how I can make this code so that it is all within the same...
Results 1 to 4 of 4