企源知识库
专业知识收录平台
有程序段如下:
private void button1_ Click(object sender, EventArgs e)
{
int a=3, b=8, c=5, m;
if(a>b)m=a;
else m=b;
if(c>m)m=c;
textBox1.Text=m.ToString();
}
程序运行后,单击窗口中的button1按钮,在文本框textBox1中显示的内容是()。
分类:
计算机基础与程序设计(02275)
发表:2024年08月10日 01时08分20秒
作者:
admin
阅读:
(3)
有程序段如下:
private void button1_ Click(object sender, EventArgs e)
{
int a=3, b=8, c=5, m;
if(a>b)m=a;
else m=b;
if(c>m)m=c;
textBox1.Text=m.ToString();
}
程序运行后,单击窗口中的button1按钮,在文本框textBox1中显示的内容是()。
【正确答案】:8
上一篇
the UN General Assembly的意思是( )
下一篇
按岗位实际承担者的性质和特点进行分类,一般可将工人岗位分为
Top
首页
后台登录
×
×