visual studio 2024 yardım lütfennnnnnnnnnnnnnnn

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

Hak

Kayıtlı Üye
Joined
Oct 21, 2015
Messages
930
Reaction score
14
Points
18
Age
34
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!

 
Back
Top Bottom
Reklam
Reklam