Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,158

    Re: Array List and Method

    Is that a repeat?

    What are the steps the code must take as it goes through the items in the ArrayList to find the desired value?

    It sounds like there are separate parts to the problem.
    1) get...
  2. Replies
    6
    Views
    1,158

    Re: Array List and Method

    Ok, what have you tried? What steps must the code take to solve that problem?
  3. Replies
    6
    Views
    1,158

    Re: Array List and Method

    What is the for loop supposed to do? Normally for loops are used when the number of times to loop is known.

    If get is a method, then you need ()s after it, otherwise it is considered a field.
    ...
Results 1 to 3 of 3