题目内容

public class test3 { public static void main(String args[]) { for(int i = 0; i < 3; i++) { for(int j = 3; j >= 0; j--) { if(i == j) continue; System.out.println("i="+ i + " j="+j); } } } } 上面的Java代码编译运行后,下列选项中,()会出现在输出结果中。

A. i=0 j=3
B. i=0 j=0
C. i=2 j=2
D. i=0 j=2
E. i=1 j=2

查看答案
更多问题

史才三长

在会议电视卫星传送中,视频会议中心来电称收现场图象有滚条现象、声音有交流声,地球站值班人员如何处理。

Increasing the area of the anchor flukes will().

A. increase holding power
B. decrease holding power
C. make penetration more complete
D. not effect holding power

道岔的号数N与辙叉角α之间的关系是()。

A. N=sinα
B. N=cosα
C. N=tanα
D. N=cot&alpha

答案查题题库