Senin, 18 April 2011

PROGRAM TAHUN_KABISAT

#include <iostream.h>
#include <conio.h>
 Class kabisat {
           Public:
Void tahun_kabisat (int tahun) {
If (tahun % 4 !=0 )
Cout << “Bukan kabisat”;
else
 cout <<” kabisat “;
}
};
Int main () {
Int bil;
Cout << “Masukan tahun : “;
Cin >> bil;
kabisat tahun;
tahun.tahun_kabisat (bil);
getch ();
return 0;
}

0 komentar:

Blogger template 'Purple Mania' by Ourblogtemplates.com 2008

Jump to TOP