Está en la página 1de 1

{

if (numeroA5 > numeroA4)


{
fder2.Visible = true;
pictureBox7.Visible = true
label16.Text = entradaA5;
label16.Visible = true
{
string entradaf2 = Interaction.InputBox("Ingrese el valor #f2");
double numerof2 = double.Parse(entradaf2);
if (numerof2 > numeroA5)
{
label17.Text = entradaf2;
label17.Visible = true;
{
string entradaf3 = Interaction.InputBox("Ingrese el valor #f3");
double numerof3 = double.Parse(entradaf3);

if (numerof3 > numerof2)

fabaj4.Visible = true;
pictureBox9.Visible = true;
label18.Text = entradaf3;
label18.Visible = true;

También podría gustarte