6. Do you have _________ to tell me?A. something elseB. else somethingC. else anythingD. anything else

6. Do you have _________ to tell me?

A. something else

B. else something

C. else anything

D. anything else


相关考题:

– what else do you want? -- ________ else. i think i have got everything ready. A. AnythingB. NothingC. EverythingD. Something

publicvoidfoo(booleana,booleanb){if(a){System.out.println(A”);}elseif(ab){System.out.println(AB”);}else{17.if(!b){System.out.println(notB”);}else{System.out.println(ELSE”);}}}Whatiscorrect?()A.Ifaistrueandbistruethentheoutputis“AB”.B.Ifaistrueandbisfalsethentheoutputis“notB”.C.Ifaisfalseandbistruethentheoutputis“ELSE”.D.Ifaisfalseandbisfalsethentheoutputis“ELSE”.

if元素测试模式的基本语法为()。A.<if test="测试条件"> 输出内容 </if>B.<if when="测试条件"> 输出内容 </if>C.<if test="测试条件"> 输出内容 <else> 输出内容 </else> </if>D.<if when="测试条件"> 输出内容 <else> 输出内容 </else> </if>

C语言的if语句嵌套时,if与else的配对关系是().A.每个else总是与它上面的最近的并且尚未与其他else匹配的if配对B.每个else总是与最外层的if配对C.每个else与if的配对是任意的D.每个else总是与它上面的if配对

下列不属于循环结构的语句是()A.forB.whileC.do-whileD.if-else

1、else与if的配对关系是:()。A.与离else最近的if配对B.与else上方最近的if配对C.与else上方最近的未配对的if配对D.与else下方最近的if配对

下列关于else语句的说法,错误的是____。A.else语句可以用在分支语句中B.else语句可以用在循环结构中C.当else语句用在循环结构中时,在循环结束之后else语句就会执行D.else语句后面需要加分号

在嵌套的if...else 语句中else与if的配对原则是:else总是与离它最近的且没有与别的else配对的if配对。

在if---else语句格式中,else后面也可以有表达式,代表else下的条件。

2、下列不属于循环结构的语句是()A.forB.whileC.do-whileD.if-else