Jack Sloan wrote: In my return statement how can I return all of the values in a nice table format?
Thanks.
I think you want to display the values in a formatted way rather than return the array to some other method for further processing. In that case, you may use use GUI, swing and all, or if it is a text file, you may probably use the
String formatting features of java.
Regards,
Gaurav Sagar