问题详情
答题翼
>
问答
>
其他
> 正文
目录:
标题
|
题干
|
答案
|
搜索
|
相关
请先阅读下面的代码 int x = 1; int y = 2; if (); 上面一段程序运行结束时 变量y的值为下列哪一项?
请先阅读下面的代码 int x = 1; int y = 2; if (); 上面一段程序运行结束时,变量y的值为下列哪一项?
A、1
B、2
C、3
D、switch语句
参考答案
您可能感兴趣的试题
下面的例子中 using System; class A { public static int X; static A(){ X=B.Y+1; } } c
答案解析
下面的例子中 using System; class A { public static int X; static A(){ X=B.Y+1; } } c
答案解析
给出下面的代码: public class Person{ static int arr[] =n
答案解析
分析下面的代码行 float f=3.2; int I=f; 错误的是()A 代码不能编译B 代码编译 i被设置
答案解析
请先阅读下面的代码 public class Test { public Test(); } } 上面程序的运行结果为下列哪一项?
答案解析
下面的代码段中 执行之后i和j的值是( )。int i=1;int j;j=i++;A.1 1B.1 2C.2 1D.2 2
答案解析
给定下面的代码:int i=1 j=10;do{if(i++>--j)continue;}while(i
答案解析