Reputation: 75
I am trying to sort an Array of Strings in alphabetical order using scala. The Strings are passed in an array when the method is called. The method must also return an array with the sorted Strings. How would I do this?
Thanks
Mike
Upvotes: 2
Views: 8748