{ int kontrol = 0; int sayi = Convert.ToInt32(textBox1.Text); for (int i = 2; i < sayi; i++) { if (sayi % i == 0) kontrol++; } if (kontrol != 0) {