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

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

9、表达式“18/4*sqrt(4.0)/8”值的数据类型是()。

A.int

B.float

C.double

D.不确定


参考答案和解析
B
更多 “9、表达式“18/4*sqrt(4.0)/8”值的数据类型是()。A.intB.floatC.doubleD.不确定” 相关考题
考题 设a=6,b=4,则表达式b*(a+3)的值为()。 A.9B.18C.36D.54

考题 表达式4+5\6*7/8 Mod 9的值是______。A.4B.5C.6D.7

考题 表达式a+=a-=a=9的值是( )。A.9B.-9C.18D.0

考题 表达式18/4*sqrt(4.0)/5值的数据类型是( )A.intB.floatC.doubleD.不确定

考题 表达式18/4*sqrt(4.0)/8值的数据类型为______。A.intB.floatC.doubleD.不确定

考题 表达式7+4\6*5/8MOD9的值是()。A.5B.6C.7D.8

考题 表达式4+5\6*7/8Mod9的值是______。A.4B.5C.6D.7

考题 有如下表达式19/30*.sqrt(4.0)/5,则该表达式值数据类型为 ______。A.intB.floatC.doubleD.不确定

考题 表达式a+=a-=a=9的值是()A、-9B、0C、9D、18

考题 表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。

考题 表达式eval(’’’import(’math’).sqrt(3**2+4**2)’’’)的值为()。

考题 表达式4+5/6*7/8Mod9的值是()。

考题 表达式4+5 / 6 * 7 / 8 Mod 9的值是()。A、4B、5C、6D、7

考题 表达式Max(1,6)+Min(4,18)的值是()。A、9B、10C、11D、12

考题 表达式SQRT(PI()**2)的值是()。A、3.54B、3.14C、6.28D、1.57

考题 数学模块中,math.sqrt(4)的值是()。A、0B、2C、2.0D、4.0

考题 表达式18/4*sqrt(4.0)/8值的数据类型为()。A、intB、floatC、doubleD、不确定

考题 表达式7+4/6*5/8MOD9的值是()。A、5B、6C、7D、8

考题 表达式6*8Mod9的值是()。A、4B、3C、6D、7

考题 单选题表达式SQRT(PI()**2)的值是()。A 3.54B 3.14C 6.28D 1.57

考题 填空题表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。

考题 填空题表达式eval(’’’import(’math’).sqrt(3**2+4**2)’’’)的值为()。

考题 单选题表达式a+=a-=a=9的值是(  )。A 9B -9C 18D 0

考题 填空题表达式4+5/6*7/8Mod9的值是()。

考题 单选题表达式Max(1,6)+Min(4,18)的值是()。A 9B 10C 11D 12

考题 填空题假设math标准库已导入,那么表达式eval(’math.sqrt(4)’)的值为()。

考题 单选题数学模块中,math.sqrt(4)的值是()。A 0B 2C 2.0D 4.0

考题 单选题1)#include 2)#include 3)using namespace std; 4)double max(double x,doubley) 5){ 6)if(xy) 7)return x; 8)else 9)return y; 10)} 11)int main() 12){ 13)doublea,b,c; 14)cout a b; 16)c=max(a,b); 17)cout " the squart of max imum=" sqrt( c ); 18)} 执行第15行时,若输入“8空格9回车”,则第4行中,y的值是:()A 0B 随机值C 9D 9.0000000000000000