About

Wednesday, 18 January 2012

Program Mencari Tahun Kabisat

#include <iostream.h>
#include <conio.h>
#include <stdlib.h>

main(){
bool jwb;
int pil;
menu:
cout<<"Pilih 1 saja :\n";
cout<<"[1] Tahun kabisat\n";
cout<<"[2] Bilangan Positif Negatif\n";
cout<<"Masukkan pilihan anda : ";
cin>>pil;

switch (pil)
  {  case 1:
           int tahun;
              cout<<"\nInput tahun = ";cin>>tahun;
           if (tahun % 4 == 0)
              cout<<tahun<<" adalah tahun kabisat\n";
           else
              cout<<"Bukan tahun kabiat";
       cout<<"\nApa anda ingin memilih lg?(1=ya,0=tdk)";
         cin>>jwb;
      clrscr();
      if(jwb==1)
         goto menu;
      else
         exit (0);
      break;
     case 2:
      int angka;
          cout<<"Input angka :";cin>>angka;
      if (angka>0)
         cout<<"Bilangan positif";
      else if(angka<0)
         cout<<"Bilangan negatif";
      else
         cout<<"Bilangan nol";

      cout<<"Apa anda ingin memilih lg?(1=ya,0=tdk)";
      cin>>jwb;
      if(jwb==1)
         goto menu;
      else
         exit(0);
      break;

     default :
      cout<<"Maaf blm terdaftar";
   }
getch();
}

Baca Juga Artikel dibawah ini :

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Bluehost Coupons