Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.08 seconds.

  1. Thread: Arrays?

    by aussiemcgr
    Replies
    4
    Views
    1,964

    Re: Arrays?

    Lol, I work in the airline industry (or I did, up until a month ago).

    If you wanted to go full-out on the object-oriented design (which is probably what you should do, since this is java),...
  2. Thread: Arrays?

    by aussiemcgr
    Replies
    4
    Views
    1,964

    Re: Arrays?

    "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3" indicates that your array is of only size 3 (indexes range from 0 to 2, inclusively).
    When looping through an array, you want...
Results 1 to 2 of 2