logo

Crowdly

 Având în vedere un WFA a cărui structură este atașată în imaginea de mai sus...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

f6

 Având în vedere un WFA a cărui structură este atașată în imaginea de mai sus.

Care va fi conținutul componentei label2 după apăsarea butonului OK?

private void button1_Click(object sender, EventArgs e)

        {

            try

            {

                double mile = Convert.ToDouble(textBox1.Text);

                double km = mile * 1.60934; 

                label2.Text = km.ToString() + " km";             

            }

            catch

            {

                textBox1.Focus();

            }

 

        }

 

 

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!