企源知识库
专业知识收录平台
有程序段如下:
private void button1_Click(object sender, EventArgs e)
{
int a=3,b,t;
bool c;
t=-a;
a=~a;
b=++a;
c=a==b && a==t;
textBox1.Text=Convert.ToString(c);
}
程序运行后,单击窗口中的button1按钮,在文本框tex
分类:
计算机基础与程序设计(02275)
发表:2024年08月10日 01时08分21秒
作者:
admin
阅读:
(6)
有程序段如下:
private void button1_Click(object sender, EventArgs e)
{
int a=3,b,t;
bool c;
t=-a;
a=~a;
b=++a;
c=a==b && a==t;
textBox1.Text=Convert.ToString(c);
}
程序运行后,单击窗口中的button1按钮,在文本框textBox1中显示的内容是()。
【正确答案】:1
上一篇
下列句子中“与”义为“赞美”的是( )
下一篇
荀子认为,微言大义的作品是( )。
Top
首页
后台登录
×
×