You are on page 1of 1

private void button1_Click(object sender, EventArgs e)

if (Int32.Parse(textBox1.Text) >= 3000)

{ MessageBox.Show("RICO"); }

else

{ MessageBox.Show("POBRE") ; };

You might also like