Code
#include<stdio.h>
void main()
{
int a;
printf("Enter a number ");
scanf("%d",&a);
if(a%2==0)
printf("The %d is even number\n",a);
else
printf("The %d is odd number\n",a);
}
Video
Tech Programming Ideas is one of the best places on the programming for programmers. Learn coding with Tech Programming Ideas tutorials. We are covered android programming, php, yii2 framework, javascript, mysql, vb.net etc.
No comments:
Post a Comment