You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
string[]gunler=new string[7];
gunler[0] = "pazartesi";
gunler[1] = "salı";
gunler[2] = "çarşamba";
gunler[3] = "perşembe";
gunler[4] = "cuma";
gunler[5] = "cumartesi";
gunler[6] = "pazar";
Console.WriteLine(gunler[3]);
Console.ReadLine();
For Döngüsü ile Diziye Aktarma
int i...