eng
competition

Text Practice Mode

C programming

created Nov 5th 2014, 23:20 by عمر


12


Rating

85 words
308 completed
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; }

saving score / loading statistics ...