Form a iki adet textBox Bir adet button ekleyin ve buttonun Click olayına aşağıdaki kodu yazın.
int a, b;
a = Int32.Parse(textBox1.Text);
b=Int32.Parse(textBox2.Text);
if(a>b)
MessageBox.Show(Convert.ToString(a-b));
else
MessageBox.Show(Convert.ToString(b - a));
11 Temmuz 2011 Pazartesi
Kaydol:
Kayıt Yorumları (Atom)
0 yorum:
Yorum Gönder