Search:

Type: Posts; User: JavaManNoob

Search: Search took 0.12 seconds.

  1. Re: For Loop and String Problem - Console Hangman Game

    I don't want to ruin the challenge for you but if you would like you can take a look at my java hangman example... http://www.javaprogrammingforums.com/whats-wrong-my-code/18793-java-hangman.html ...
  2. Replies
    1
    Views
    1,942

    Re: If arraylist value is null

    First thing looking at your code.. The for statement your going to want Vertices.size(); without the +1. The size() method takes into account that the first value will be at index 0. Throws:...
  3. Replies
    0
    Views
    1,471

    Java Hangman!

    I am new to java. All suggestions as far as this program goes is appreciated however please do not change the entire code because I am aware that there are bugs/issues with it. The questions I have...
Results 1 to 3 of 3