网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
假定字符串变量A=“123“,B=“234“()

A、.NOT.(A:B).OR.B$(“13579“)

B、A$(“ABC“).AND.(AB)

C、.NOT.(AB)

D、.NOT.(A=B)


参考答案

更多 “ 假定字符串变量A=“123“,B=“234“() A、.NOT.(A:B).OR.B$(“13579“)B、A$(“ABC“).AND.(AB)C、.NOT.(AB)D、.NOT.(A=B) ” 相关考题
考题 假定字符串变量A="123",B="234",下列为真的是() A、NOT.(A:B).OR.B$("13579")B、A$("ABC").AND)(A<>B)C、NOT.(A<>B)D、NOT.(A

考题 publicclassYippee{publicstaticvoidmain(String[]args){for(intx=1;xargs.length;x++){System.out.print(args[x]+);}}}andtwoseparatecommandlineinvocations:javaYippeejavaYippee1234Whatistheresult?() A.Nooutputisproduced.123B.Nooutputisproduced.234C.Nooutputisproduced.1234D.Anexceptionisthrownatruntime.123E.Anexceptionisthrownatruntime.234F.Anexceptionisthrownatrijntime.1234

考题 下列程序的输出结果是( )。A.123B.234C.223D.233

考题 假定字符串变量A="123",B="234",以下算式中结果为True的是______。A..NOT.(A=B).OR.B$("13579")B.A$(,"ABC").AND.(A<>B)C..NOT.(A<>B)D..NOT.(A<=B)

考题 Given:andtwoseparatecommandlineinvocations:javaYippeejavaYippee1234Whatistheresult?() A.Nooutputisproduced.123B.Nooutputisproduced.234C.Nooutputisproduced.1234D.Anexceptionisthrownatruntime.123

考题 下面( )不能将字变量X的属性修改为字节变量Y。A.XDW l234H Y EQU BYTE PTR XB.YEQU BYTE PTR X X DW l234HC.XDW 1234H Y EQU THIS BYTED.Y LABEL BYTE X DW l234H

考题 A.563mm B.413mm C.234mm D.123mm

考题 7、下面叙述正确的是()A.两个字符串所包含的字符个数不相同时,才能进行大小比较。B.字符个数多的字符串比字符个数少的字符串大。C.字符串"123 "与"123"相等。D.字符串"123"小于字符串"2"。

考题 把整数123转换为字符串“123”的方法有A.123+空格B.123+空串C.new Integer(123).toString()D.(String)123