Search:

Type: Posts; User: Tigers27

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    826

    Re: Hangman winner issue!

    public static boolean didUserWin() {
    if (didUserWin()) {
    System.out.println("Congratulations! You won!");

    return didUserWin;
    }



    Why won't this work? I'm...
  2. Replies
    3
    Views
    826

    Hangman winner issue!

    import java.io.*; //for file
    import java.util.*; //for scanner

    public class Lab9 {
    static String userG = "";
    public static void main(String[] args)throws FileNotFoundException{

    ...
Results 1 to 2 of 2