Tekrarlama deyimidir. Bir küme ya da deyim while kullanılarak bir çok kez yinelenebilir. Yinelenmesi için koşul sınaması çevrim başında yapılır. Koşul olumlu olduğu sürece çevrim yinelenir. İki veya daha çok koşul mantıksal operatörler birleştirilerek verilebilir.
main
//while kullanarak 2 yi 1000 kere çarpıp sonucu ekrana yazdırır – SDRL #include<stdio.h> int main(){ int carpim=2; while(carpim<=1000) carpim=2*carpim; printf(“Carpim Sonuc : %d”,carpim); getchar(); }//main..
//Yazılan Sayıyı Bulma Oyun v.1.0 Producer SDRL #include <stdio.h> #include <stdlib.h> main(){ int gizliSayi=0,arkSayi=0,sayac=1; printf("Arkadasinizin Goremiyecegi Sekilde 'saklayarak'\nBir Sayi Girin : "); scanf("%d",&gizliSayi); printf("\n\n\n"); getchar(); system("pause"); system("cls"); while(sayac<=100){ printf("Arkadasinizin Girdigi Sayiyi Tahmin Edin : "); scanf("%d",&arkSayi); if(gizliSayi==arkSayi) printf("\n\n\n\n\tTebrikler Dogru Bildiniz…\a\a\a",sayac=100); if(arkSayigizliSayi) printf("Yanlis 'Arkadasinizin Sayisi Daha Kucuk Tekrar Tahmin Edin…'\n\n\n"); sayac=sayac+1; }//while bitti.. getchar(); getchar(); }//main […]
Area: 5.403 km² Population: 1.109.754 (1990) Traffic Code: 31 The appealing property and the reason of the migrations throughout the history to the Antakya region is the suitable and appropriate climate conditions and the productive and fertile lands. Beside these two facts another important characteristic of the region is its being at the intersection point […]
Son yorumlar