•         

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

visual studio 2024 yardım lütfennnnnnnnnnnnnnnn

  • Konbuyu başlatan Konbuyu başlatan Hak
  • Başlangıç tarihi Başlangıç tarihi

Hak

Kayıtlı Üye
Katılım
21 Ekim 2015
Mesajlar
930
C#:

static void Main(string[] args


{

int sayi1, sayi2, toplam = 0;
System.Console.Write("1. Sayı : ");
sayi1 = System.Convert.ToInt32(System.Console.ReadLine());
System.Console.Write("2. Sayı : ");
sayi2 = System.Convert.ToInt32(System.Console.ReadLine());

for (int i = sayi1; i <= sayi2; i++)
{
toplam += i;
}
System.Console.Write("{0} ile {1} arasındaki sayıların toplamı : {2}", sayi1, sayi2, toplam);
System.Console.ReadKey();
}...
Lütfen, veya içerikteki bağlantıyı görüntülemek için!

 
Geri
Üst