Search:

Type: Posts; User: GregBrannon

Search: Search took 0.15 seconds.

  1. Replies
    9
    Views
    2,909

    Re: Deal or No Deal game help!

    You're welcome.
  2. Replies
    9
    Views
    2,909

    Re: Deal or No Deal game help!

    I've made some observations and suggestions, but I don't know that you need to worry about any of them for this project. Incorporating some of my suggestions requires a major change to your program...
  3. Replies
    9
    Views
    2,909

    Re: Deal or No Deal game help!

    This bit of code:
    listTest.add(0);
    listTest.add(1);
    listTest.add(2);
    listTest.add(3);
    listTest.add(4);
    // etc . . .
    begs for a loop. You say you've learned these things, but knowing when to...
  4. Replies
    9
    Views
    2,909

    Re: Deal or No Deal game help!

    Welcome to the forum! Please read this topic to learn how to post code correctly along with other useful info for newcomers.

    You've learned arrays, so why don't you store the 26 values in each...
Results 1 to 4 of 4