#include
#include
void main()
{
int a;
clrscr();
printf("Enter number");
scanf("%d",&a);
if(a%2==0)
{
printf("enter no. %d is even",a);
}
else
printf("enter no. %d is odd",a);
getch();
}
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
No comments:
Post a Comment