当前位置:SCJP程序员认证考试题库

问题:

[单选]

int i = 1,j = 10; 
do{ 
if (i>j) { 
continue; 
} 
j--; 
} while (++i <6); 
System.out.println(“i = “ +i+” and j = “+j); 
What is the result?()  

A .  i = 6 and j = 5
B .  i = 5 and j = 5
C .  i = 6 and j = 4
D .  i = 5 and j = 6
E .  i = 6 and j = 6

燃气表安装距地面为()。 1m。 1.2m。 1.4m。 1.5m。 间接证据的特点包括()。 间接证据的依赖性。 间接证据的关联性。 间接证据的证明过程复杂。 间接证据的排他性。 What are they , , . -- It’s a secret. But I’11 give you some hints, anyway.() Is it a secret。 Can I have an idea about them。 Why do you keep it a secret。 - But , by SWOT?一 It stands for strengths, weaknesses, opportunities and threats.()  what do you mean。 how do you know。 what is your meaning。 《如何避免愚蠢的见识》文中第三段中,为什么迫害见于神学领域而不见于数学领域?自己对不同的意见发起火的原因是什么?这段话论证了怎样的一种观点?

int i = 1,j = 10; 
do{ 
if (i>j) { 
continue; 
} 
j--; 
} while (++i <6); 
System.out.println(“i = “ +i+” and j = “+j); 
What is the result?()  

参考答案:

  参考解析

本题暂无解析

在线 客服