以下程序的运行结果是( )。[img=422x127]1803ac94dd5f853.jpg[/img]
A: hello
B: helloworld
C: hello\0world
D: hello0world
A: hello
B: helloworld
C: hello\0world
D: hello0world
举一反三
- print("hello"+"world")的输出结果是。 A: “hello”world B: hello world C: "hello"+world D: helloworld
- 以下语句执行结果是()String str = " hello World ";System.out.println(str.trim()); A: hello World B: hello World C: helloWorld D: 程序异常
- String s1="Hello";String s2="World";System.out.println(s2+s1);运行的结果是? A: HelloWorld B: Hello World C: WorldHello D: World Hello
- 运行print(“\”hello world\)将输出() A: helloworld B: hello world" C: "hello world D: hello world
- 以下程序的运行结果是() A: HelloWorld B: W C: World D: Hello