下列常量中错误的是?
A: -0.00000000001
B: 127s
C: ‘n’
D: “hello, world"
A: -0.00000000001
B: 127s
C: ‘n’
D: “hello, world"
举一反三
- 下列选项中,()是正确的JSP表达式。 A: <;% String s="hello world";%>; B: <;%=hello world";>; C: <;%="hello world"%>; D: <;%!"hello world"%>;
- 8、下列选项中,()是正确的表达式。 A: <;% String s="hello world"; %>; B: <;%="hello world"; %>; C: <;% ="hello world" %>; D: <;%! "hello world" %>;
- 下列字符型常量Hello,world!表示方法中,错误的是( )
- 以下程序段的输出结果是 。Char s[ ]=”Hello World!”;Strlwr(s);Printf(“%s”,s); A: hello world! B: HELLO world! C: hello WORLD! D: HELLO WORLD!
- for s in "hello world": A: hello world B: world C: hello D: helloworld