Search:

Type: Posts; User: cjg2283

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,193

    Re: New to Java Need help with Homework

    Wow, thank you so much! I would have had this working hours ago if i had seen that I printed before i determined the winner. I thought i was going crazy!
  2. Replies
    7
    Views
    1,193

    Re: New to Java Need help with Homework

    I have some unused things in there that i tried and didn't remove everything.
  3. Replies
    7
    Views
    1,193

    Re: New to Java Need help with Homework

    Wow that made a big difference, thanks!!
  4. Replies
    7
    Views
    1,193

    Re: New to Java Need help with Homework

    public class BasketballGame {

    private String firstTeamName;
    private String secondTeamName;
    private int firstTeamScore;
    private int secondTeamScore;
    private String...
  5. Replies
    7
    Views
    1,193

    Re: New to Java Need help with Homework

    I obviously need to learn how to post the code correctly too. Sorry about that.
  6. Replies
    7
    Views
    1,193

    New to Java Need help with Homework

    I think I am really close I just cant get the code to change the status of the game to game over from the In progress status. Can somebody point me into the right direction please. I don't somebody...
Results 1 to 6 of 6