Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,234

    Re: what is wrong with my code

    lottoticket is empty. There is no first element (0)
  2. Replies
    4
    Views
    1,234

    Re: what is wrong with my code

    If the arraylist is empty(size = 0) there is no first element(index = 0)

    Look at line 35 in the code to see why it expects there to be an element in the arraylist.
    How many elements were added to...
Results 1 to 2 of 2