Doğru Cevap
-
string dene = "2345612278"; int toplam=0; for (int index = 0; index < dene.Length; index++) toplam += int.Parse(dene.Substring(index, 1)); string tpldene = toplam.ToString();
Cevaplar
Hiç cevap bulunamadı.