HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
string ad, soyad;
int not1, not2, not3, ort;
Console.Write("Adınız");
ad = Console.ReadLine();
Console.Write("Soyadınız");
soyad = Console.ReadLine();
Console.Write("notunuz");
not1 = Convert.ToInt32(Console.ReadLine());
not2 = Convert.ToInt32(Console.ReadLine());
not3 = Convert.ToInt32(Console.ReadLine());
ort = (not1 + not2 + not3) / 3;
Console.Write(ad + soyad + ort);
Console.ReadKey();
int not1, not2, not3, ort;
Console.Write("Adınız");
ad = Console.ReadLine();
Console.Write("Soyadınız");
soyad = Console.ReadLine();
Console.Write("notunuz");
not1 = Convert.ToInt32(Console.ReadLine());
not2 = Convert.ToInt32(Console.ReadLine());
not3 = Convert.ToInt32(Console.ReadLine());
ort = (not1 + not2 + not3) / 3;
Console.Write(ad + soyad + ort);
Console.ReadKey();
