Kamis, 14 April 2011

Tahun Kabisat (Leap year)

           To determine whether a particular year is a leap year, you can write a formula that determines whether the twenty-ninth day of February occurred in February or March. You can take advantage of the fact That Excel's DATE function adjusts the result Pls you supply an invalid argument-for example, a day of 29 Pls you can take advantage of the fact that the function DATE Excel adjust the results if you provide the argument-for example, invalid days from 29 now contains only 28 days in February.
 
THIS PROGRAM :
public class tahun kabisat {
int x;
public int bil(int x){
return x;
}
            public final void kabisat()
            {
            int bil;
             bil=Input.readInt();  //Input bilangan
               if(bil % 4 == 0)        //Proses perhitungan tahun kabisat,bilangan yang habis dibagi 4
              {
                     System.out.print("Tahun kabisat.\n");   //Jika true maka tahun kabisat
                  }
              else
              {
                  System.out.print("Tahun bukan kabisat.\n");    //Jika false maka bukan tahun kabisat
              }
         
              System.out.print(bil);
         
           }
            public tahun_kabisat()
            {
            System.out.print("Program untuk menampilkan tahun kabisat");
            System.out.print("\n");    //Output tulisan
            }
}
public class MyClass {    //Methode area
   public static void main() {
   tahun_kabisat x = new tahun_kabisat();    //tahun kabisat x dipanggil       
   x.kabisat();
System.out.print("\n");
    }
}

Tidak ada komentar:

Posting Komentar