Void main ()
{
int a;
Printf (" input the number: ");
The scanf (" % d ", & amp; A);
If (a % 2!=0)
Printf (" % d is odd! \ n ", a);
The else
Printf (" % d is an even number! \ n ", a);
}
CodePudding user response:
Lz is the problem?CodePudding user response:
Lz is the problem?