Search:

Type: Posts; User: RAWBERRY

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,366

    Re: Issues with sorting algorithm

    The SalonList array had not been given values, and that was in fact my problem! I was figuring this out right at the time of your posting, glad to have the solution confirmed. Thanks!



    Thanks...
  2. Replies
    6
    Views
    1,366

    Re: Issues with sorting algorithm

    So, I've removed the static portion of the variables for my HairSalon class, and now I'm getting this error as soon as I attempt to enter any data into the first element of the salon list.
    ...
  3. Replies
    6
    Views
    1,366

    Issues with sorting algorithm

    I'm trying to implement a sorting algorithm for my HairSalon class that sorts a HairSalon array in ascending order by price. The getPrice() method returns the price of the service for that element....
Results 1 to 3 of 3