Search:

Type: Posts; User: Rizza

Search: Search took 0.08 seconds.

  1. Re: Read previous line? Or read line without it going to the next line after?

    Oh okay. Thanks!

    But I figured a different way to do things. But I'll definitely keep that in mind next time!
  2. Read previous line? Or read line without it going to the next line after?

    Is there any way to do that?

    Because when it reads a line. It goes to the next one after that. So is there any way to go to a previous line?

    Or for it to read a line but not move onto the next...
  3. Replies
    1
    Views
    4,526

    Removing duplicates from an Array

    I've been trying to figure this out.


    package eliminatingduplicates;

    import java.io.IOException;
    import java.util.Arrays;
    import java.util.Random;
    import java.util.Scanner;
  4. Program works fine but with friend it doesn't work

    This is odd. Really odd. It works just fine on my computer. But on my friends computer, everything is the same. Except the file location. And when it compiles. There are no errors. But when it runs,...
Results 1 to 4 of 4