21 Mart 2010 Pazar

C ile while Kullanımı

//www.ethemsulan.com
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
    int sayac=0;
    while(sayac<=20)
    printf("=%d\n",sayac++);
  system("PAUSE");	
  return 0;
}

Hiç yorum yok:

Yorum Gönder