#include <iostream>
using namespace std;
int main()
{
int n ;
cout<<"Enter A Number=";
cin>>n;
{
if(n%2==0)
cout<<n<<":IS Even Number";
else
cout<<n<<":IS odd Number";
}
}
About C Plus Plus Programming
Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates.
No comments:
Post a Comment