Search:

Type: Posts; User: CADman

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,038

    [SOLVED] Re: Sorting a Multi-Dimensional String array

    Hi Norm,
    I did it, it took a while to learn and understand the code but this is what I was able to come up with, (with a little help from Google)


    public void topTenDataArrayWithPrint() {
    ...
  2. Replies
    6
    Views
    2,038

    [SOLVED] Re: Sorting a Multi-Dimensional String array

    Hello Norm,
    I've been playing with this this all day, first, I removed all the 'extends' as you made a very good point. Second, I tried to use the following code inside of a for loop,

    ...
  3. Replies
    6
    Views
    2,038

    [SOLVED] Re: Sorting a Multi-Dimensional String array

    Hello Norm,
    Here is the my entire project so far. I wasn't sure I understood what particular code you wanted to see, so I figure post it all.
    Some comments are in the code just as a reminder to me...
  4. Replies
    6
    Views
    2,038

    [SOLVED] Sorting a Multi-Dimensional String array

    Good evening everyone,

    I am currently just a student of Java and am stuck on one part of my assignment. I have a multi-dimension array created from a CSV file. I can get it to print no problem...
Results 1 to 4 of 4