View Single Post
  #1  
Old 03-03-2011, 11:48 AM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default Alphabetizing An Array

This program is supposed to take the array of command line arguments and sort them alphabetically. Problem is I'm getting an ArrayOutOfBoundsException somewhere. I also have a problem with the while loop. The way I've decided to alphabetize the array with looks a little bit shoddy. My plan was...
__________________
Java
domain name forum
Reply With Quote