有下面程序段: Public class ArrayTest Public s

题型:单项选择题

问题:

有下面程序段:
Public class ArrayTest

Public static void main(String args[])

int[] intArray=new int[3];
for(int I=0;I<3;I++)

intArray[I]=I+2;
System.out.println("IntArray["+I+"]"-"+intArray[I]);

System.out.println("------------");
Int arrLen=4;
IntArray=new int[arrLen];
For(int j=intArray.length;j>=0;j--

intArray [j]=j*3;
System. out.println("hello"+intArray[j]);


则运行的结果是( )。

A.编译出错

B.编译通过,但运行出错

C.可以运行,但有错误

D.以上都不对

考点:计算机等级考试JAVA二级JAVA笔试
题型:单项选择题
9
1左
的算术平方根是______,它的平方根是______;-1的立方根是______.
题型:单项选择题

用括号内形容词或副词的适当形式填空。

1. His mother is as _____ (serious) as his Chinese teacher.

2. Whose hair is _____  (long), yours or mine?

3. Tom talks _____  (much) than any other student in his class.

4. Ann is much _____ (good) than I at English.

5. Li Ping is the _____  (thin) of the two boys.

6. Miss Yang is one of the _____ (popular) teachers in our school.

7. Maggie is the _____ (careful) in her class. She is the top student in her class.

8. Which is the _____ (big), the sun, the moon or the earth?

9. My younger sister does _____ (little) work in my family.

10. The busier he is, the _____ (happy) he feels.

题型:单项选择题

小钱护士给大学生讲解女性保健常识。

淋病是化脓性性传播疾病,感染的微生物主要是()

A.滴虫

B.金黄色葡萄球菌

C.溶血性链球菌

D.淋病奈瑟菌

E.白色念珠菌

题型:单项选择题


下图是一个简单的ATM机中描述验证信用卡PIN活动的有限状态机。其中包含五个用“

”表示的状态和八个用“→”表示的转移。转移上的标签所遵循的是:横线上方是引起转移的事件,横线下方是与该转移相关联的行动。该有限状态机允许储户有三次输入PIN的机会,如果三次都输入错误,则停止交易退卡。
请完成下列工作:

请给出与此有限状态机等价的控制流图;

题型:单项选择题

刚去工厂上班,还没有签订劳动合同。现不幸被机器扎伤,能否申请工伤认定?

更多题库