Search:

Type: Posts; User: bhattia2

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,244

    Re: Java Program that reads .txt files?

    Sorry about that! Probably would have made it a lot easier.

    Heres the error message:

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    The method readLine() is...
  2. Replies
    6
    Views
    2,244

    Re: Java Program that reads .txt files?

    I keep getting an error with the .readLine and .nextInt
  3. Replies
    6
    Views
    2,244

    Java Program that reads .txt files?

    I've been having a problem writing a code that would read two files that contain matrices so for example,

    FileA.txt
    1 2 3
    4 5 6
    7 8 9

    FileB.txt
    0 1 2
    3 4 5
Results 1 to 3 of 3