Search:

Type: Posts; User: Tigers27

Search: Search took 0.10 seconds.

  1. Thread: Grocery List

    by Tigers27
    Replies
    6
    Views
    2,856

    Re: Grocery List

    Yeah, thats what I tried but I'm at a standstill

    18 errors and 2 warnings found:
    --------------
    *** Errors ***
    --------------
    File: C:\Users\drzewiecki\Desktop\COSC 236\Grocery.java [line:...
  2. Thread: Grocery List

    by Tigers27
    Replies
    6
    Views
    2,856

    Re: Grocery List

    I just have like 16 errors and I have no clue where to start. Would you be able to test it and see the errors? Because it would take me forever to post the errors
  3. Thread: Grocery List

    by Tigers27
    Replies
    6
    Views
    2,856

    Grocery List

    I have many errors and issues with this. I am new to java and this code is throwing me way off. This is very important, please help.






    import java.util.*;
  4. Replies
    3
    Views
    832

    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...
  5. Replies
    3
    Views
    832

    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{

    ...
  6. Replies
    5
    Views
    1,486

    Re: Hangman minor issues

    The output should look like --------
    |
    |
    ...
  7. Replies
    5
    Views
    1,486

    Re: Hangman minor issues

    Sorry this is my first post. I hope I did it right this time.



    That is some of the output

    --- Update ---
  8. Replies
    5
    Views
    1,486

    Hangman minor issues

    I need to get it to say what letters have already been guessed. And I need it to cut the game off when the user wins. Oh and one last little thing. For some reason, it is printing the correct letters...
Results 1 to 8 of 8