Search:

Type: Posts; User: johnpipes

Search: Search took 0.31 seconds.

  1. Replies
    5
    Views
    1,786

    Re: simple program for reading text file

    thanks for help so far - forgot to come back and respond at the time

    i'm also having a couple of problems with the following
    (missing return type and unreachable statment):



    import...
  2. Replies
    5
    Views
    1,786

    Re: simple program for reading text file

    sorry, in what i just posted i tried to get the ^ symbol under the 'p' in public first time, then under '(', then under ')'
  3. Replies
    5
    Views
    1,786

    Re: simple program for reading text file

    i am getting the following errors:


    testRead.java12:error:illegal start of expression
    public Movie readMove(BufferedReader in)
    ^

    testRead.java12:error:";" expected
    public Movie...
  4. Replies
    5
    Views
    1,786

    simple program for reading text file

    please if anyone could help me with the following code that would be greatly appreciated

    the code come more or less from a tutorial book

    1.
    import java.io.*;

    public class testRead{
    ...
Results 1 to 4 of 4