网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。
参考答案
更多 “表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。” 相关考题
考题
JavaScript中,显示81的平方根的正确方法是?()
A.document.write(math.sqrt(81))B.document.write(Math.sqrt(81))C.document.write(Math.sqrt”81”)D.document.write(Math.sqrt”81”)
考题
下面程序段的输出结果是( )。 publicclassTest{ publicstaticvoidmain(Stringargs[]){ intx,y; x=(int)Math.sqrt(5)/2+(int)Math.random()*5/2; Y=(int)Math.sqrt(3)/2+(int)Math.random()*3/2; if(x>y) System.out.println9"x>y"); elseif(x==y) System.out.println("x=y"); else System.out.println("x<y"); } }A.x>yB.x=yC.x<yD.编译错误
考题
编一个程序,输入a,b,c的值,求出一元二次方程a*x*x+b*x+c=0的二个实数根。计算二个实数根必须使用Math类中的Sqrt()方法,计算指定数的开方。计算二个实数根,可以用公式(-b+Math.Sqrt(b*b-4*a*c))/(2*a)和(-b-Math.Sqrt(b*b-4*a*c))/(2*a)
考题
编一个程序,输入a,b,c的值,定义一个静态方法,求出一元二次方程a*x*x+b*x+c=0的二个实数根。计算二个实数根必须使用Math类中的Sqrt()方法,计算指定数的开方。计算二个实数根,可以用公式(-b+Math.Sqrt(b*b-4*a*c))/(2*a)和(-b-Math.Sqrt(b*b-4*a*c))/(2*a)。
考题
当需要在Flash中计算圆形面积的时候,假设变量d的值为圆的直径,下列选项中正确的计算表达式为()。A、Math.PI*d*d/4B、Math.E*d*dC、3*d*d/2D、Math.SQRT2*(d/2)*(d/2)
考题
填空题表达式eval(’*’.join(map(str,range(1,6))))的值为()。
热门标签
最新试卷