网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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

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

参考答案

更多 “表达式max(‘hello’)的值是()。A、hB、eC、lD、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

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

考题 单选题表达式max(‘hello’)的值是()。A hB eC lD o

考题 单选题表达式”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返回的值是哪项?()A trueB falseC 1D 0

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

考题 单选题SQL server提供了一些字符串函数,以下说法错误的是()。A selectright(’hello’,3)返回值为:helB selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C selectreplace(’hello’,’e’,’o’)返回值为:holloD selectlen(’hello’)返回值为:5

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