比较MAX(2,4,6,8,10)、ROUND(8.5,0)、INT(8.5)、ABS(-11)的大小,正确顺序为( )。A.ABS(-11)<ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)B.ABS(-11)<INT(8.5)<ROUND(8.5,0)<<MAX(2,4,6,8,10)C.INT(8.5)<ROUND(8.5,0)<MAX(2,4,6,8,10)<ABS(-11)D.ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)<ABS(-11)

比较MAX(2,4,6,8,10)、ROUND(8.5,0)、INT(8.5)、ABS(-11)的大小,正确顺序为( )。

A.ABS(-11)<ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)

B.ABS(-11)<INT(8.5)<ROUND(8.5,0)<<MAX(2,4,6,8,10)

C.INT(8.5)<ROUND(8.5,0)<MAX(2,4,6,8,10)<ABS(-11)

D.ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)<ABS(-11)


相关考题:

Math.round(-11.5)的值是多少() A.-11.5B.-11C.-12D.11

Whichcodedeterminestheintvaluefooclosesttoadoublevaluebar?() A.Intfoo=(int)Math.max(bar);B.Intfoo=(int)Math.min(bar);C.Intfoo=(int)Math.abs(bar);D.Intfoo=(int)Math.ceil(bar);E.Intfoo=(int)Math.floor(bar);F.Intfoo=(int)Math.round(bar);

Whichcodedeterminestheintvaluefooclosestto,butnotgreaterthan,adoublevaluebar?() A.Intfoo=(int)Math.max(bar);B.Intfoo=(int)Math.min(bar);C.Intfoo=(int)Math.abs(bar);D.Intfoo=(int)Math.ceil(bar);E.Intfoo=(int)Math.floor(bar);F.Intfoo=(int)Math.round(bar);

Math.round(11.5)等于(),Math.round(-11.5)等于()A.11,-11B.11,-12C.12,-11D.12,-12

2、返回数字绝对值的函数为_______。A.abs()B.pow()C.round()D.divmod()

下列转换函数的实例中,结果错误的是________。A.Round(10.81)=10B.Int(10.81)=10C.Int(-10.81)=-11D.Round(-10.81)=-11

5、下列转换函数的实例中,结果错误的是________。A.Round(10.81)=10B.Int(10.81)=10C.Int(-10.81)=-11D.Round(-10.81)=-11

返回数字绝对值的函数为_______。A.abs()B.pow()C.round()D.divmod()

已知某函数的参数为35.8,执行后结果为35,该函数是以下函数中的哪一个?A.round()B.pow()C.int()D.abs()