string rakam = “10″; int sayi = Convert.ToInt32(rakam);
for (int s = 1; s <= 10; s++) { Console.WriteLine((s*s).ToString()); }