企源知识库
专业知识收录平台
有程序段如下:
private void button1_ Click(object sender, EventArgs e)
{
int []a=new int[4]{1,3,2,4};
int s=0,i;
for(i=0;i<4;i++)
s=s*10+a[i];
textBox1.Text=Convert.ToString(s);
}
程序运行后,单击窗口中的button1按钮,在文本框textBo
分类:
计算机基础与程序设计(02275)
发表:2024年08月10日 01时08分12秒
作者:
admin
阅读:
(3)
有程序段如下:
private void button1_ Click(object sender, EventArgs e)
{
int []a=new int[4]{1,3,2,4};
int s=0,i;
for(i=0;i<4;i++)
s=s*10+a[i];
textBox1.Text=Convert.ToString(s);
}
程序运行后,单击窗口中的button1按钮,在文本框textBox1中显示的内容是
【正确答案】:1324
上一篇
简述《诗经》及其艺术成就。
下一篇
We hope that this matter can be settled _________ our mutual benefit.
Top
首页
后台登录
×
×