Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
İki text box koy bir button.
Butonun içine yazacağın kodlar:
int sayac, sayi, faktoriyel=1;
sayi = textBox1.Text;
for(sayac=1; sayac <= sayi; sayac++)
{
faktoriyel=faktoriyel*sayac;
}
textBox2.Text = "Sonuc " + faktoriyel;
Yardımı dokunduysa lütfen ekranın sol altındaki "Tesekkur" butonuna tıkla![]()