Search:

Type: Posts; User: coorscollector

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,150

    Re: Problem with arrays

    ArrayLists are forbidden so that's a no go. This might sound a little dumb, but how do I count the odd integers?
  2. Replies
    3
    Views
    1,150

    Problem with arrays

    I am a beginner and my teacher assigned us a problem where we are given an array named arr. We are supposed to create a new array that only has the odd values from arr. This is my code:

    public...
Results 1 to 2 of 2