Search:

Type: Posts; User: dstars5

Search: Search took 0.38 seconds.

  1. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    Ok, obviously you are losing me here. Would you be so kind as to show me how you would implement all of these printlns? Because I see no place that I might add more.
  2. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    Look, ignore everything I have, alright?

    If I came to you and said "Hey, I have this while loop that will sometimes freeze the program. The program doesn't actually stop, but there is no more...
  3. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    My problem has nothing to do with the data. Each hand has different data, but not all of the hands are running. A different number run each time before I run into my problem. I couldn't care less...
  4. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    I don't think you are understanding my properly.

    If the deck is A, B, C, D, E, and F and I want to print out the shuffled deck, I don't mean it outputs:

    C, D, E, F
    then
    B, C, A, D
    etc.
    ...
  5. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    I am not a "beginner", but thanks. Perhaps instead of questioning my experience, you could help me see.

    The program stops at different points every time. The given output is an example, but it...
  6. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    How many years of experience I have is absolutely irrelevant here.

    This is everything the console outputs, as I stated in my original post.
  7. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    The loop is filled with printlns.. I said on the other one I was just using p() instead to make it shorter. I fail to see how adding more will do anything.
  8. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    I did, but it still didn't work. Same problem.
  9. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    So? That is a different website? That thread was not getting me anywhere so I posted it here too..
  10. Replies
    23
    Views
    1,879

    Re: while loop just stops looping

    It isn't exactly "exiting" in the traditional sense. The program keep running, but it stops outputting anything. No crashes, no errors, nothing. Eclipse says it is running by the lack of output...
  11. Replies
    23
    Views
    1,879

    while loop just stops looping

    Hey guys,

    I am writing a program to play blackjack automatically. I am having trouble though with a while loop. For some reason, it just stops. It should be outputting, so it isn't even like it...
Results 1 to 11 of 11