网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下程序的运行后,y结果为 x=1.5 do case case x>2 y=2 case x>1 y=1 endcase return
A.1
B.2
C.0
D.语法错误
参考答案
更多 “ 以下程序的运行后,y结果为 x=1.5 do case case x>2 y=2 case x>1 y=1 endcase returnA.1B.2C.0D.语法错误 ” 相关考题
考题
下列程序段的执行结果为 ______。X=2Y=1If X*Y0A.TrueB.FalseC
下列程序段的执行结果为 ______。 X=2 Y=1 If X*Y<1 Then Y=Y-1 Else Y=-1 Print Y-X>0A.TrueB.FalseC.-1D.1
考题
以下程序段运行结束后,变量X的值为( )。 X=2Y=4DoX=x*yY=y+lLoop While y
以下程序段运行结束后,变量X的值为( )。 X=2Y=4DoX=x*yY=y+lLoop While yA.2B.4C.8D.20
考题
在窗体上画一个名称为Command1的命令按钮,然后编写如下程序:Private Sub Commandl_Click( )Static X As IntegerStatic Y As IntegerClsY=1Y=Y+5X=5+XPrint X, YEnd Sub程序运行时,3次单击命令按钮Command1后,窗体上显示的结果为【 】。
考题
以下程序运行后的输出结果是【】。 include void fun(int x,int y) {x=x+y;y=x-y
以下程序运行后的输出结果是【 】。include<iostream.h>void fun(int x,int y){ x=x+y;y=x-y;x=x-y;cout<< x << "," <<y << " ,";}void main( ){ int x=2,y=3;fun(x,y);cout<< x << "," << y << endl;}
考题
下列程序段的执行结果为______。X=2Y=1If X*Y0A.TrueB.FalseC.-
下列程序段的执行结果为______。 X=2 Y=1 If X*Y<1 Then Y=Y-1 E1se Y=-1 Printy-X>0A.TrueB.FalseC.-1D.1
考题
有以下程序:includemain(){int x=3,y=2,z=1; printf("%d\n",x/y~z);程序运行后的
有以下程序: #include <stdio.h> main() { int x=3,y=2,z=1; printf("%d\n",x/y~z); 程序运行后的输出结果是( )。A.3B.2C.1D.0
考题
在窗体上画一个名称为Commandl的命令按钮,然后编写如下程序: Private Sub Command1_Click() Static x As Integer Stati cy As Integer y=1 y=y+5 x=x+5 Printx;y End Sub 程序运行时,三次单击命令按钮Commandl后,窗体上显示的结果为()A、1516B、156C、1515D、56
考题
单选题以下程序的运行结果为( ). x=1.5 do case case x2 y=2 case x1 y=1 endcase ? y returnA
1B
2C
语法错误D
0
热门标签
最新试卷