Computer Literacy for all . Get all type of study computer materials.
#include<stdio.h> main() { int n; printf("Input an integer\n"); scanf("%d",&n); n%2 == 0 ? printf("Even\n") : printf("Odd\n"); return 0; }
No comments:
Post a Comment