Header Ads

Learn Together, Stay Connected.

জোড় বিজোড়-C


#include <stdio.h>
#include<math.h>
int main()
{

int a;
scanf("%d",&a);
if(a%2==0)
{
printf("Even\n");
}
else
{
printf("Odd\n");
}
return 0;
}

No comments

Theme images by Dizzo. Powered by Blogger.