Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Translation Game

    by Norm
    Replies
    7
    Views
    1,357

    Re: Translation Game

    If want to use the number of items in a list to control how many times to go around a loop, you should use a for loop.
    What will the code inside the loop do?

    The loop does not need to be in the...
  2. Thread: Translation Game

    by Norm
    Replies
    7
    Views
    1,357

    Re: Translation Game

    What is to be done in the while loop? What will control when the loop starts and end?

    see the tutorial for interfaces:
    http://docs.oracle.com/javase/tutorial/java/concepts/interface.html...
  3. Thread: Translation Game

    by Norm
    Replies
    7
    Views
    1,357

    Re: Translation Game

    Start by making a list of the steps the program must do to do the task. Start at the first step in the list, code it, compile and test the program. When it works move to the second step.
    The first...
Results 1 to 3 of 3