Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    17
    Views
    3,982

    [SOLVED] Re: Hi Lo Dice Betting

    What needs to go inside the loop?
    What condition or event will end the looping?
    Either the while's condition or the break statement can be use to end the loop.

    Write a small practice program...
  2. Replies
    17
    Views
    3,982

    [SOLVED] Re: Hi Lo Dice Betting

    repetitively means using a loop like a while loop that continues looping until some event like a user's input tells the program to exit the loop.
  3. Replies
    17
    Views
    3,982

    [SOLVED] Re: Hi Lo Dice Betting

    A method can only return one value each time it is called.
  4. Replies
    17
    Views
    3,982

    [SOLVED] Re: Hi Lo Dice Betting

    What is the main() method supposed to do? You can't write the code until you know what it is supposed to do.
  5. Replies
    17
    Views
    3,982

    [SOLVED] Re: Hi Lo Dice Betting

    Its better to work out the logic before trying to write any code. Make a list of the steps and the tests the code needs to make.

    What steps have you worked out so far?
    Where are you having...
Results 1 to 5 of 5