
-----------------------------------
.:hacker:.
Mon May 16, 2005 6:40 pm

Organizing this...
-----------------------------------
Hi, it's me again and I have a couple quick questions :D .

Let's say I have number data on an editpad/notepad file, how would I organize that into a table (with text borders) using a 2-D array? I've got the thing to compile and all, but it only prints out one line:

public class Assign5
{
    public static void ArrayOne (String [] args) throws IOException
    {
    int [][] precipitation = new int [5][7];
          
        for (int i = 0; i < 5; i++)
        {
        for (int j = 0; j