using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication6 { class Program { static void Main(s…
DevamıRastgele sayı üretmesi için Random tanımlıyoruz : Random rnc = new Random(); Console.Write("değer gir : "); Kullanıcıdan bir sayı girmesini istiyoruz. int[…
Devamı
Social Plugin