• HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

Tek Sayı - Çift Sayı Kontrolü

Katılım
11 Ocak 2012
Mesajlar
12,856
Program Kodu !



Kod:
#include <stdio.h>



int main() {



     int a;



     printf("Bir sayi girin: ");

     scanf("%d", &a );



     if( a % 2 == 0 ) {

          printf("Cift\n");

     }

     else {

          printf("Tek\n");

     }

     return 0;

}



Not: Girilen sayının tek mi çift mi olduğunu ekrana yazdırır.
 
Geri
Üst