Search:

Type: Posts; User: Java Neil

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,130

    Re: ReadWrite program advise

    I'm almost there. I decided to use my own class to sort but it's not working. It might be the placement.

    Take a look...

    import java.util.Random;
    import java.io.*;

    public...
  2. Replies
    5
    Views
    2,130

    Re: ReadWrite program advise

    Well I corrected my code to print and write 100 integers. On the other hand I'm completely stumped about how to sort it. Help me please!

    Do I need an array? Where should that code go if I do? If...
  3. Replies
    5
    Views
    2,130

    ReadWrite program advise

    Hi all...I have this program that I wrote that creates a random number, writes it to a file and scans it back to the system. That part alone took me forever to hash out. Now I stuck. I would like to...
Results 1 to 3 of 3