Search:

Type: Posts; User: M7MD

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    7,086

    Re: nextint() Method !

    Yes !

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

    Re: nextint() Method !

    Man !

    thanks very much (*)

    100% :cool:

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

    Re: nextint() Method !

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

    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,086

    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,086

    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...
  7. Replies
    3
    Views
    1,468

    Re: where is the error in this method !

    yes its in the same calss ..
    ok , thx man :D

    Now : the Method should be void or return ?

    i try to make it return but i found problem :-

    see it
  8. Replies
    3
    Views
    1,468

    where is the error in this method !

    hi gays ,:cool:

    i trying to creat method to copy array ,


    public static void arraycopy(Object src, int srcPos,Object dest, int destPos, int length)
    {
    Object[] srcArray=(Object[])...
  9. Replies
    4
    Views
    2,583

    Re: for loop and arrays !

    OK , Thanx :)
  10. Replies
    4
    Views
    2,583

    Re: for loop and arrays !

    help..... :s
  11. Replies
    4
    Views
    2,583

    for loop and arrays !

    // HI all ..

    i trying to develop applet program,it contain 2 arrays

    first one "marks"

    second one "names"

    and i use 10 enteris
  12. Replies
    4
    Views
    1,213

    Re: Hi EveryOne...This is srividya

    Welcome to java learning fourms .. :)
  13. Thread: Hi all ,

    by M7MD
    Replies
    4
    Views
    1,198

    Re: Hi all ,

    thx , now i will start

    i download "Jcreator" < you advise me to use this program ?
  14. Thread: Hi all ,

    by M7MD
    Replies
    4
    Views
    1,198

    Re: Hi all ,

    hi JavaPf , thanks for your reply >>

    now i learning Java , recently i finish Java script , and i know that java and java script are different ..

    now i need help about "Java" not Java script .....
  15. Thread: Hi all ,

    by M7MD
    Replies
    4
    Views
    1,198

    Hi all ,

    hi ..

    i am beginning in Java programming , i dont have any thing about programming :o3

    i am learning about java script and html .. 8-}

    and now i understand it ..:cool:

    in new coures we...
Results 1 to 15 of 15