“你好”的英文表达是“HELLO”
“你好”的英文表达是“HELLO”
相关考题:
下面的表达式中正确的是 ( )A.String s=“你好”;int i=3;s+=i;B.String s=“你好”;int i=3;if(i==s){s+=i};C.String s=“你好”;int i=3;s=i+s;D.String s=“你好”;int i=3; s=i+;
下列程序段的执行结果为______。 Private Sub Command1_Click() a=1:b=1 Select Case a Case 1 Select Case b Case 0 Print "你好!" Case 1 Print "Hello!" End Select Case 2 Print"谢谢使用!" End Select End SubA.你好!B.谢谢使用!C.Hello!D.你好!谢谢使用!
下列选项中,()是正确的表达式。 A、% String s = “hello world ” ;% B、% = “hello world ” ;% C、% = “hello world ” % D、% ! “hello world ” %
下列可以实现对字符数组初始化的是()A、charc[]=’h’,’e’,’l’,’l’,’o’;B、charc[4]={’a’,’你好’,’a’};C、chararr[]="hello";D、chara[100]={"welcome"};
单选题下列选项中,()是正确的表达式。A% String s = “hello world ” ;% B% = “hello world ” ;% C% = “hello world ” % D% ! “hello world ” %