Search:

Type: Posts; User: taze

Search: Search took 0.08 seconds.

  1. Re: Stopping while loop if there are insufficient funds.

    Well that worked and I'm a little embarrassed I missed that! Thanks so much for the help.
  2. Re: Stopping while loop if there are insufficient funds.

    I looked and I don't need the initial yes/no answer, so I got rid of it.

    So the goal is to allow them to choose play again as long as they have a positive bankroll, however once their bankroll is...
  3. Stopping while loop if there are insufficient funds.

    So basically, when someone's bankroll gets to 0 or below 0, I want the program to end so they cannot play any longer. Here is my current code:



    import java.util.*;
    public class Craps {...
Results 1 to 3 of 3