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

题目内容 (请给出正确答案)
语句"Hell0".equals("hell0");的正确执行结果是( )。 A.trueB.falseC.0SXB

语句"Hell0".equals("hell0");的正确执行结果是( )。

A.true

B.false

C.0

D.1


参考答案

更多 “ 语句"Hell0".equals("hell0");的正确执行结果是( )。 A.trueB.falseC.0SXB 语句"Hell0".equals("hell0");的正确执行结果是( )。A.trueB.falseC.0D.1 ” 相关考题
考题 语句“Hello”. equals(“hello”);的正确执行结果是______。A) trueB) falseC) 0D) 1A.B.C.D.

考题 以下程序的输出结果是( )。 main( ) { char st[20]="hell0\O\t\\\”; printf("%d%d\n",strlen(st),sizeof(st)); }A.9 9B.5 20C.13 20D.20 20

考题 语句"Hell0".equals("hell0");的正确执行结果是( )。A.trueB.falseC.0D.1

考题 下列程序的输出结果是( )。 #includediostream usingnamespacestd; intmain() { chara[]="Hell0,Test"; char*p=a; while(*p) { if(*p=a&&*p=z) coutchar(*p+A-a); elsecout*P; p++; } return0; }A.hello,testB.Hello,TestC.HELLO,TESTD.hELLO,tEST

考题 下列代码的执行结果是( )。 int length="Hell0".length; System.OUt.println(length);A.5B.2C.10D.6

考题 下列程序的输出结果是( )。#includediostreamusingnamespacestd;intmain(){chara[]=Hell0,Test;char*p=a;while(*p){if(*p=a&&*p=z)coutchar(*p+A-a);elsecout*P;p++;}return0;}A.hello,testB.Hello,TestC.HELLO,TESTD.hELLO,tEST

考题 下列代码的执行结果是( )。 int length="Hell0".length; System.OUt.println(length); A.5S 下列代码的执行结果是( )。 int length="Hell0".length; System.OUt.println(length);A.5B.2C.10D.6

考题 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0D.1

考题 VBA函数left(”Hell0”,2)的值为A.HeB.elC.IOD.true