Search:

Type: Posts; User: c.P.u1

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    2,525

    Re: Digital Watch program and Sorting arrays

    thanks bro.. i corrected that part... :)

    and for the second program, i have read that we need to use new lines for the output to get on the first line again... any idea about that? :-/
  2. Replies
    9
    Views
    2,525

    Digital Watch program and Sorting arrays

    class time{
    public static void main(String args[])
    {
    for(int h=0;h<=24;h++)
    {
    for(int m=0;m<=60;m++)
    {
    for(int...
Results 1 to 2 of 2