A.Hello
B.hello
C.Hel
D.null
[单选题]顺序执行下列程序语句后,则b的值是 String a="Hello"; String b=a.substring(0,2);A.HelloB.helloC.HeD.null
[单选题]顺序执行下列程序语句后,则b的值是 String a = "Hello"; String b = a.substring(0,2);A.HelloB.helloC.HelD.null
[单选题]顺序执行下列程序语句后,则b的值是( )。 String a="Hello"; String b=a.substring(0,2);A.HelloB.helloC.HeD.null
[主观题]若有定义:int a=4,b=5,c=6;然后顺序执行下列语句后,变量b中的值是__________c=(a-=(b-5));c=(a%3) (b=1):
[单选题]语句“Hello”.equals(“hello”);的正确执行结果是( )。A.trueB.falseC.0D.1
[单选题]语句“Hello”.equals(“hello”);的正确执行结果是( )。A.trueB.falseC.0D.1
[单选题]语句“Hello”. equals(“hello”);的正确执行结果是______。A.) trueB.) falseC.) 0D.) 1A.B.C.D.
[主观题]若有定义:int a=10,b=8,c=4:然后顺序执行下列语句后,变量a中的值是__________。c=(b-=(a-4));a=(c%2) (b-1);
[单选题]执行下列程序中的输出语句后,a的值是( )。 main() { int a; printf("%d/n",(a=2*3,a*5,a+7)); }A.17B.37C.6D.13
[单选题]执行下列程序中的输出语句后,a的值是( )。main(){ int a;printf("%d/n",(a=2*3,a*5,a+7) );}A.17B.37C.6D.13