//no. is odd or even

#include<iostream>
#include<conio.h>
#include<math.h>
using namespace std;
int main()
{
int a;
cout<<endl<<endl;
cout<<"*****************************************************************************";
cout<<endl<<endl;
cout<<"ENTER NUMBER.-";
cin>>a;

if(a%2==0)
cout<<"NO. IS EVEN";
else
cout<<"NO. IS ODD";

cout<<"\n*****************************************************************************";
getch();
return 0;
}




USERS VISITED
http://www.hitwebcounter.com/