Search:

Type: Posts; User: shipwills

Search: Search took 0.11 seconds.

  1. Re: Read in file and store in 2D array start of The Game of Life

    I know it has to do with the part i cut out and posted. I don't really understand how to read in the array without using Tokenizer or charAt. But this is what I get.

    Exception in thread "main"...
  2. Read in file and store in 2D array start of The Game of Life

    I'm very new and need help on right now reading into the array. Im confused at the
    String line = inFile.nextLine();
    for(int i=0; i < line.length(); i++)
    {
    int digit =...
Results 1 to 2 of 2