Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,475

    Re: Help with a java assignment

    Use a for loop. In the loop multiply the number by the loop's index variable which can start at 1 and increment by 1 each time around the loop.

    Use a condition in an if statement.

    Please edit...
  2. Replies
    3
    Views
    1,475

    Re: Help with a java assignment

    Make a list of the features the program should have, work out the logic needed to do what the program is to do, find java classes that will implement those features and write some code.

    If you are...
Results 1 to 2 of 2