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....
  4. Replies
    2
    Views
    1,299

    My AP CS Book Has Code Written in JRE5

    The book I am currently using for my AP Computer Science course is Java Au Naturel and the files provided from the book, which are required to do the exercises, were all written in JRE5, which is now...
Results 1 to 4 of 4