#include <stdio.h>
main ()
{
int a;
printf("Enter the Number=");
scanf("%d",&a);
if(a%2==0)
printf("This is Even Number.");
else
printf("This is Odd Number.");
return 0;
}
No comments
If you have any doubt, please let me know that with your valuable comments.
No comments
If you have any doubt, please let me know that with your valuable comments.