Search:

Type: Posts; User: Mitch1337

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,225

    Re: Java Array Merge Input Beginner Question

    Should have done that, very good point Norm.
  2. Replies
    4
    Views
    1,225

    Re: Java Array Merge Input Beginner Question

    First off, your first and second arrays contain 4 indexes each. The merged should then contain only 8, not 10.

    Secondly,

    arrayone[] = Integer.parseInt(dataIn.readLine()); // cannot resolve...
Results 1 to 2 of 2