#include <stdio.h>
int main()
{
int a;
printf("enter the value of a ");
scanf("%d",&a);
if(a%2==0){
printf("number is even %d\n",a);
}else {
printf("number is odd %d\n",a);
}
return 0;
PROGRAM LIST TO BECOME PRO IN C 😍😍😍 PRACTICE SETS UNIT -1 👇 IN...
No comments:
Post a Comment