下面表达式中,( )的运算结果与其他三个不同。A.Exp(-3.5)B.Int(-3.5)+0.5C.-Abs(-3.5)D.Sgn(-3.5)-2.5
下面表达式中,( )的运算结果与其他三个不同。
A.Exp(-3.5)
B.Int(-3.5)+0.5
C.-Abs(-3.5)
D.Sgn(-3.5)-2.5
相关考题:
若有定义:int a=2,b=3;float x=3.5,y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int)yA.3.5B.35C.3.5D.35
80、请运行Python软件,写出下列表达式的结果: (1) round(2.5,0)=____ (2) round(3.5,0)=____ (3) int(2.5)=____ (4) int(3.5)=____
如果Number=3.5,请指出下列表达式的真假。 If Number = 3.5, point out the truth or false of the following expressions. floor(Number * Number) == Number * Number
Java表达式“7 / 2”,该表达式结果的数据类型和值分别是()。A.double,3.5B.float,3.5C.short,3D.int,3