Sponsorlu Bağlantılar
#include<iostream>
using namespace std;
int main(int argc, char*argv[])
{
int toplam=0,sayi=1;
cout<<"1 ile 10 arasindaki sayilarin toplami?"<<endl;
while(sayi<10)
{
toplam=toplam+sayi;
sayi++;
}
cout<<toplam<<endl;
system("PAUSE");
return EXIT_SUCCESS;
}
Sponsorlu Bağlantılar
Hiç yorum yok:
Yorum Gönder