Search:

Type: Posts; User: snowguy13

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,218

    Re: bubble sort problem please help!!

    Your first issue (first error): you cannot access the elements of an ArrayList like you do in an array. Instead, use ArrayList's get() method.

    The second issue: if dList is in the DvdShop class,...
  2. Replies
    6
    Views
    1,218

    Re: bubble sort problem please help!!

    Could you be a little more specific, please? How exactly do you want your DVD's to be sorted? And does the user input criteria for the sorting, or just request to see all the DVD's?
Results 1 to 2 of 2