> ODD OR EVEN NUMBERS USING C ~ Online tutorial

ODD OR EVEN NUMBERS USING C

**ODD OR EVEN NUMBERS**
=======================

#include<studio.h>
#include<conio.h>
void main()
{
int a;
clrscr();
printf("\n a=");
scanf("%d",&a);
if(a%2=0)
{
printf("\n Even Numbers");
}
else
{
printf("\n Odd Numbers");
}
getch();
}

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: