Search:

Type: Posts; User: DanBrown

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    In win 9x and above this will work fine and i don't know the reason why its not running for winxp and above.
  2. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    I had tried both , but not working.
  3. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    for(int i=0;i<25 ;i++)
    {
    System.out.println("");
    }

    when i m searching for this , some programmers are also working like this.
    our command prompt is divided into 25 rows and 80...
  4. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    when i read this question , my first attempt is to try to print the new time at (x,y) position, i tried this but no result.Then i fell we can execute dos command using

    ...
  5. Replies
    9
    Views
    2,510

    Re: Digital Watch program and Sorting arrays

    its an run time exception.thats why it compiles fine.



    my dear what will happen in this case

    when i=5

    then a[i+1] will refer to position a[6], which is not available in your array.
Results 1 to 5 of 5