Search:

Type: Posts; User: M7MD

Search: Search took 0.15 seconds.

  1. Replies
    11
    Views
    7,111

    Re: nextint() Method !

    Yes !

    thanks for your useful idea (*)
  2. Replies
    11
    Views
    7,111

    Re: nextint() Method !

    Man !

    thanks very much (*)

    100% :cool:

    and i'am understand the idea in true way :)
  3. Replies
    11
    Views
    7,111

    Re: nextint() Method !

    ???????????
  4. Replies
    11
    Views
    7,111

    Re: nextint() Method !

    ok i trying in this idea :-


    Random r = new Random();
    for(int i=0;i<9;i++){
    int[] array=new int[9];
    int Number = r.nextInt(10);
    if((Number==1) || (Number==2) ||...
  5. Replies
    11
    Views
    7,111

    Re: nextint() Method !

    :-o

    this is my basic idea

    Random r = new Random();

    for(int i=1;i<10;i++){
    int Number = r.nextInt(10);
    System.out.println(Number);
  6. Replies
    11
    Views
    7,111

    nextint() Method !

    hi all :)

    i need help in this exercise :-

    develop main method that initializes a random object with the default constructor and then determines the elapsed time for the nextint() method to...
Results 1 to 6 of 6