Search:

Type: Posts; User: Glenn_ford7

Search: Search took 0.08 seconds.

  1. Re: how to write generated numbers in a file without repeatition

    Thanks, can u give me code samples on how it look like,? for me to develop this code.
  2. how to write generated numbers in a file without repeatition

    import java.util.ArrayList;
    import java.util.Random;
    import java.io.FileWriter;
    import java.io.BufferedWriter;
    import java.io.IOException;

    public class Test {

    public static void...
Results 1 to 2 of 2