⏩ OldSchoolKO ✅ | " VALHALLA " 2.000.000 TL ÖDÜL ⭐ 3 YIL ARADAN SONRA ✅ v.1098 MYKO EFSANESİ ⚔ OFFICIAL 17.05.2024 - 21:00 ⏪
Cuceko

Tek Sayı - Çift Sayı Kontrolü

  •         

            

            

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
E Çevrimdışı
11 Ocak 2012
12,856
105
63
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.