Search:

Type: Posts; User: Cbasha7

Search: Search took 0.08 seconds.

  1. Thread: I NEED HELP

    by Cbasha7
    Replies
    3
    Views
    1,615

    Re: I NEED HELP

    This is what I have so far and all it does is the read the file.


    ]import java.io.*;
    class Project1{

    public int row;
    public int col;
  2. Thread: I NEED HELP

    by Cbasha7
    Replies
    3
    Views
    1,615

    I NEED HELP

    Read the file and populate a two-dimension array
    To start, you have to read from the text file called “project1.txt”. The text file looks like this:
    5,5
    1,1,3,5,7
    ...
    The first line of the file...
Results 1 to 2 of 2