3 Ocak 2019 Perşembe

c# Form Matematik İşlemi

double sayi1 = double.Parse(textBox1.Text);
            double sayi2 = double.Parse(textBox2.Text);
            double sonuc = Math.Pow(sayi1,sayi2);
            MessageBox.Show(sonuc.ToString());

Hiç yorum yok:

Yorum Gönder

c# Veritabanıyla giriş yapıp, üye olmak ve şifre unutmak!

Üye olmak;;;  if (con.State == ConnectionState.Closed)             {                 con.Open();                 string kayit = ...