News Update :
Home » , » PROGRAM UNTUK MENENTUKAN BILANGAN GENAP/GANJIL

PROGRAM UNTUK MENENTUKAN BILANGAN GENAP/GANJIL

Penulis : Unknown on Senin, 02 April 2012 | 06.24



#include<iostream>

using namespace std;

int main(){
 
int bil;

cout<<endl;
cout<<"BILANGAN = ";
cin>>bil;
cout<<endl;
if(bil%2==0)
{
cout<<bil<<endl<<endl;
cout<<"MERUPAKAN BILANGAN GENAP"<<endl;
}
else
{
cout<<bil<<endl<<endl;
cout<<"MERUPAKAN BILANGAN GANJIL"<<endl;
}

cout<<endl;
system("PAUSE");
return 0;
}

Share this article :
Comments to facebook

Posting Komentar

 
Copyright © 2011. .:: wahyudin 21 ::. . All Rights Reserved.
Design Template by panjz-online | Support by creating website | Powered by Blogger