表达式max(‘hello’)的值是()。A、hB、eC、lD、o

表达式max(‘hello’)的值是()。

  • A、h
  • B、e
  • C、l
  • D、o

相关考题:

表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算

表达式”hello”instanceofString返回的值是哪项?() A.trueB.falseC.1D.0E.hello

表达式"hello"instanceofString返回的值是哪项?() A.trueB.falseC.1D.0

表达式的strlen(“hello”)的值是()A、2B、3C、5D、语法错误

下面哪个表达式是错误的()A、int i = 100;B、float f = 100.0;C、Object o =  “Hello world”;D、char c =   „/u1234‟;

Sql server提供了一些字符串函数,以下说法错误的是()。A、selec tright(’hello’,3)返回值为:helB、selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C、selec treplace(’hello’,’e’,’o’)返回值为:holloD、selec tlen(’hello’)返回值为:5

表达式strlen(”hello”)的值是()A、4B、5C、6D、7

表达式’Hello world’.swapcase().swapcase()的值为。

python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"

表达式’Hello world’.lower()的值为()。

表达式’Hello world!’[-2]的值为()A、wB、dC、lD、r

表达式’Hello world.I like Python.’.rfind(’python’)的值为()。

表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。

{’h’:’hello’}.pop(’h’)的值为()A、hB、eC、helloD、o

表达式"hello" instance of String返回的值是哪项?()A、trueB、falseC、1D、0

表达式”hello” instanceof String返回的值是哪项?()A、 trueB、 falseC、 1D、 0E、 hello

表达式Max("a","ab")+Min("C","CD")的值是()。A、aCB、abCDC、abCD、aCD

单选题下面哪个表达式是错误的()Aint i = 100;Bfloat f = 100.0;CObject o =  “Hello world”;Dchar c =   „/u1234‟;

单选题表达式max(‘hello’)的值是()。AhBeClDo

单选题表达式”hello” instanceof String返回的值是哪项?()A trueB falseC 1D 0E hello

单选题表达式"hello" instance of String返回的值是哪项?()A  trueB  falseC  1D  0

填空题表达式len(’hello world’[100:])的值为()。

填空题表达式’Hello world’.upper()的值为()。

单选题表达式"hello" instance of String返回的值是哪项?()AtrueBfalseC1D0

填空题表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。

单选题SQL server提供了一些字符串函数,以下说法错误的是()。Aselectright(’hello’,3)返回值为:helBselectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)Cselectreplace(’hello’,’e’,’o’)返回值为:holloDselectlen(’hello’)返回值为:5

填空题表达式’Hello world.I like Python.’.rfind(’python’)的值为()。