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配对
下列关于else语句的说法,错误的是____。A.else语句可以用在分支语句中B.else语句可以用在循环结构中C.当else语句用在循环结构中时,在循环结束之后else语句就会执行D.else语句后面需要加分号
2、下列不属于循环结构的语句是()A.forB.whileC.do-whileD.if-else