{
int radio;
const double pi= 3.1416;
//Teclea los datos de entrada
radio= Convert.ToInt32 (textBox1.Text);
textBox2.Text=String.Format("{0:F2}",pi*radio*radio);
}
private void button2_Click(object sender, EventArgs e)
{
textBox1.Text = "";
textBox2.Text = "";
}
private void button3_Click(object sender, EventArgs e)
{
Close();
}
private void Areadelcirculo_Load(object sender, EventArgs e)
{
}
}
}
No hay comentarios:
Publicar un comentario