Search:

Type: Posts; User: johnpipes

Search: Search took 0.07 seconds.

  1. Replies
    15
    Views
    8,689

    Re: Find the two largest number

    I think i got that wrong - as far as i can tell all you need is to deal with the matter of making the previous largest number the second largest number

    i seem to have sorted it out with just an...
  2. Replies
    15
    Views
    8,689

    Re: Find the two largest number

    what i did was as follows:

    if statement to test if current number is greater than largest number, and if it is current largest number is stored as previous largest number and current number...
  3. Replies
    5
    Views
    1,783

    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...
  4. Replies
    5
    Views
    1,783

    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 ')'
  5. Replies
    5
    Views
    1,783

    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...
  6. Replies
    5
    Views
    1,783

    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{
    ...
  7. Replies
    1
    Views
    1,178

    uk newcomer with questions

    Hi

    I am based in the UK and would like to study to become a java programmer

    however i am already 40 years old and don't know if this will work against me

    also i am not sure what training to...
Results 1 to 7 of 7