#include<stdio.h>
main()
{
int n;
printf("Enter an integer\n");
scanf("%d",&n);
if ( n%2 == 0 )
printf("Even\n");
else
printf("Odd\n");
return 0;
}
A Place which provide daily tips tricks technology news programming help games and all what you looking for
0 comments:
Post a Comment