主观

有程序段如下:

private void button1_Click(object sender, EventAngs e)

{

if (rbt1.Checked)

{

if (rbt3.Checked) textBox1.Text = rbt1.Text + rbt3.Text;

else textBox1.Text = rbt1.Text + rbt4.Text;

}

else

{

if (rbt3.Checked) textBox1.Text = rbt2.Text + rbt3.Text;

else textBox1.Text = rbt2.Text + rbt4.Text;

}

}

程序运行时,在GroupBox1、GroupBox2中分别选中-一个单选按钮,如题39图所示,然后单击“确定' ’ 按钮,在文本框textBox1中显示的内容为______ 。

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服