Python programming language object oriented web free open source software license documentation download community
#include<stdio.h> main(){ int n; printf("Enter an integer\n"); scanf("%d",&n); if ( n%2 == 0 ) printf("Even\n"); else printf("Odd:"); return 0; }
Output:Enter an integer:4Even
ليست هناك تعليقات:
إرسال تعليق