Search:

Type: Posts; User: masterhand89

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,305

    [SOLVED] Re: Trouble with my while loop

    I see what he meant now, thank you. x,x

    @copeg, sorry for not trying that instead. I was just thinking at the time show the whole thing and see if someone could possibly help me.

    Anyway, Ill...
  2. Replies
    5
    Views
    1,305

    [SOLVED] Re: Trouble with my while loop

    The idea behind the game is for it to terminate once either the player OR the computer reaches 100 points, not both reach 100.
  3. Replies
    5
    Views
    1,305

    [SOLVED] Trouble with my while loop

    I been trying to create a Pig game to help keep me refresh in Java code, and Im having trouble with my while loop not ending when it should.


    while (pTotal < 100 || cTotal < 100)
    {...
Results 1 to 3 of 3