A、What can I do for you?
B、Just a minute, please.
C、What’s the matter?
D、At your service.
第1题:
下列的( )程序段可能导致错误。
A.String s="hello": Sting t="good"; String k=s+t;
B.Sting s="hello"; String t; t=s [3] + "one";
C.Sting s="hello"; String standard=s.toUpperCase( );
D.String s="hello": Stringt s +"good";
第2题:
A. goodmorning
B. "good"+"morning"
C. good morning
D. good+morning
第3题:
下列标识符中合法的是:__________。
A.5a6b
B.Good Morning
C.Dim
D.Good_Morning
第4题:
下列的哪个程序段可能导致错误?
A.String s = "hello"; String t = "good"; String k = s + t;
B.String s = "hello"; String t; t = s[3] + "one";
C.String s = " hello "; String standard = s.toUpperCase( );
D.String s = "hello"; String t = s + "good";
第5题:
‘Good’ + morning的结果为:‘Good morning’。
A对
B错
第6题:
1、下列标识符中合法的是:__________。
A.5a6b
B.Good Morning
C.Dim
D.Good_Morning