martes, 8 de febrero de 2011

ALLLAR LAS AREAS DE CUADRADO CIRCULO CIRCULO RECTANGULO


 TextBox2.Text = 3.14 * (TextBox1.Text) ^ 2
 TextBox5.Text = (TextBox3.Text * TextBox4.Text) / 2
TextBox8.Text = (TextBox6.Text) ^ 2 + (TextBox7.Text) ^ 2
TextBox10.Text = (TextBox9.Text) ^ 2
END

No hay comentarios:

Publicar un comentario