若要以加粗宋体、6号字显示“hello”以下用法中,正确的是() A: bfontsize=6hello/b/font B: bfontface=”宋体”size=6hello/font/b C: bfontsize=“宋体”size=6hello/b/font D: bfontsize=“宋体”fontsize=6hello/b/font
若要以加粗宋体、6号字显示“hello”以下用法中,正确的是() A: bfontsize=6hello/b/font B: bfontface=”宋体”size=6hello/font/b C: bfontsize=“宋体”size=6hello/b/font D: bfontsize=“宋体”fontsize=6hello/b/font
字符数组的定义,错误的是: A: char c[]="hello"; B: char c[4]="hello"; C: char c[5]="hello"; D: char c[6]="hello";
字符数组的定义,错误的是: A: char c[]="hello"; B: char c[4]="hello"; C: char c[5]="hello"; D: char c[6]="hello";
class Test { public static void main(String[] args) { StringBuffer sb = new StringBuffer("hello world"); sb.delete(6,sb.length()); System.out.println( sb.toString() ); } } A: Hello w B: Hello C: Hello worl
class Test { public static void main(String[] args) { StringBuffer sb = new StringBuffer("hello world"); sb.delete(6,sb.length()); System.out.println( sb.toString() ); } } A: Hello w B: Hello C: Hello worl
6) 下列选项中,( )是正确的表达式。 A: <% String s = “hello world ” ;%> B: <% = “hello world ” ;%> C: <% = “hello world ” %> D: <% ! “hello world ” %>
6) 下列选项中,( )是正确的表达式。 A: <% String s = “hello world ” ;%> B: <% = “hello world ” ;%> C: <% = “hello world ” %> D: <% ! “hello world ” %>
字符串""可以用字符数组来定义,如字符串“hello”可以用字符数组定义为以下哪种形式 A: char a[6]={‘h’,‘e’,‘l’,‘l’,‘o’,‘\0’}; B: char a[5]={‘h’,‘e’,‘l’,‘l’,‘o’}; C: char a[6]= {“hello”}; D: char a[5]= {“hello”};
字符串""可以用字符数组来定义,如字符串“hello”可以用字符数组定义为以下哪种形式 A: char a[6]={‘h’,‘e’,‘l’,‘l’,‘o’,‘\0’}; B: char a[5]={‘h’,‘e’,‘l’,‘l’,‘o’}; C: char a[6]= {“hello”}; D: char a[5]= {“hello”};
下列代码的运行结果是( )。var str="hello monkey ,hello tiger";alert (str.indexOf("o") ); A: 7 B: 4 C: 6 D: 17
下列代码的运行结果是( )。var str="hello monkey ,hello tiger";alert (str.indexOf("o") ); A: 7 B: 4 C: 6 D: 17
class Test { public static void main(String[] args) { StringBuffer sb = new StringBuffer("hello world"); sb.replace(6, sb.length(), "java"); System.out.println( sb.toString() ); } } 选择正确的运行结果 A: hello javad B: hellojava C: hello java
class Test { public static void main(String[] args) { StringBuffer sb = new StringBuffer("hello world"); sb.replace(6, sb.length(), "java"); System.out.println( sb.toString() ); } } 选择正确的运行结果 A: hello javad B: hellojava C: hello java
语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello
语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello
中国大学MOOC:对于以下代码:inti=6;if(i<=6)printf("hello\n");;elseprintf("bye-bye\n");;哪句话是对的?
中国大学MOOC:对于以下代码:inti=6;if(i<=6)printf("hello\n");;elseprintf("bye-bye\n");;哪句话是对的?
设有定义char str[] = "Hello";则语句printf("%d %d", sizeof(str), strlen(str));的输出结果是( )。 A: 5 5 B: 6 6 C: 6 5 D: 5 6
设有定义char str[] = "Hello";则语句printf("%d %d", sizeof(str), strlen(str));的输出结果是( )。 A: 5 5 B: 6 6 C: 6 5 D: 5 6