Search:

Type: Posts; User: titowinky

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,261

    Re: Which is out of bounds?

    Thank you Tim. I figured that out yesterday after a colleague pointed it to me. I should have declared the value first before using it.
    As a Java programming enthusiast, I was expecting people to...
  2. Replies
    5
    Views
    1,261

    Which is out of bounds?

    int m, mc;
    Foundations give = new Foundations();
    LinkedList<String>[] maneuver = new LinkedList[m];
    LinkedList<String> distribute(){
    m = 7;
    for (int i = 0; i != m; i++){
    maneuver[i] =...
Results 1 to 2 of 2