Hi,
I'm pretty new to java and I'm not asking for anyone to do any coding for me. I just need pointing in the right direction.
How do I go about printing out the objects of an array sorted alphabetically by name without altering the original array. I know I can't use the .sort method to achieve this and I don't want to make a new temp array to do this either.
I know I have to use the compareTo method somewhere....
I'm just confused
Any help appreciated
Thanks