Search:

Type: Posts; User: av8

Search: Search took 0.19 seconds.

  1. Thread: Processing Arrays

    by av8
    Replies
    4
    Views
    1,882

    Re: Processing Arrays

    I appologise copeg. Having posted my problem on what's wrong with my code I thought the arrays/collections might be a more appropriate forum.

    Looking at the paper/pencil sketch Norm the...
  2. Thread: Processing Arrays

    by av8
    Replies
    4
    Views
    1,882

    Processing Arrays

    I have an int array called oddNumbers: int [] oddNumbers = {1,3,5,7,9}

    I want to process oddNumbers in the following way;

    For each element of oddNumbers (except the last element at index 4 ...
Results 1 to 2 of 3