Text Practice Mode
C programming
created Nov 5th 2014, 23:20 by عمر
12
85 words
308 completed
4.14286
Rating: 4.14286
saving score / loading statistics ...
00:00
#include <stdio.h> main() { int n; printf("Enter an integer\n"); scanf("%d",&n); if ( n%2 == ) printf("Even\n"); else printf("Odd\n"); return 0; }
