static void Main(string[] args) { int sayi, toplam = 0; // Değişken tanımlıyoruz for(int i=1;i<=10;i++) // kullanıcının 10 adet sayı girmesini istiyoruz. { Console.Write("{0}. Sayı ...