网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
System.out.format(”Piisapproximately%d.”,Math.PI);Whatistheresult?()
A.Compilationfails.
B.Piisapproximately3.
C.Piisapproximately3.141593.
D.Anexceptionisthrownatruntime.
参考答案
更多 “ System.out.format(”Piisapproximately%d.”,Math.PI);Whatistheresult?() A.Compilationfails.B.Piisapproximately3.C.Piisapproximately3.141593.D.Anexceptionisthrownatruntime. ” 相关考题
考题
GiventhattheelementsofaPriorityQueueareorderedaccordingtonaturalordering,and:Whatistheresult?()
A.applepearB.bananapearC.appleappleD.applebananaE.bananabanana
考题
importjava.io.PrintWriter;classDoFormat{publicstaticvoidmain(String[]args){intx=42;inty=12345;floatz=7;System.out.format(-%4d-,x);System.out.format(-%4d-,y);System.out.format(-%4.1d-,z);}}结果为:()A.编译失败B.-42--1234--7.0-C.-42--1234--7.0-D.运行时异常被抛出
考题
现有importjava.io.PrintWriter;classDoFormat{publicstaticvoidmain(String[]args){intx=42;inty=12345;floatZ-7;System.out.format(一%4d-,X);System.out.format(-%4d-,y);System.out.format(-%4.ld-,z);}}结果为:()A.编译失败B.-42--1234--7.0-C.-42--1234--7.0-D.-42--12345--7.0-E.运行时异常被抛出
考题
Given:12.System.out.format(Piisapproximately%d.,Math.PI);Whatistheresult?()
A.Anexceptionisthrownatruntime.B.Piisapproximately3.C.Piisapproximately3.141593.D.Compilationfails.
考题
在JavaScript中,下面哪一条语句在页面上显示圆周率π。()A.document.write(Math.Pi)B.document.write(Math.pi)C.document.write(Math.PI)x
考题
5、以下哪个语句组可以用来进行自定义对象的实例化?A.function a(x) { var y=Math.PI*x; } var ao=new a(2);B.function a(x) { this.X=x*x; } var ao=new a(2);C.function a(x) { this.X=x*x; } var ao=a(2);D.function a(x) { var y=Math.PI*x; } var ao=a(2);
考题
如果我们需要从 math 模块中输出 pi 常量,以下代码正确的是?A.print(math.pi)B.print(pi)C.from math import pi print(pi)D.from math import pi print(math.pi)
考题
以下哪个语句组可以用来进行自定义对象的实例化?A.function a(x) { var y=Math.PI*x; } var ao=new a(2);B.function a(x) { this.X=x*x; } var ao=new a(2);C.function a(x) { this.X=x*x; } var ao=a(2);D.function a(x) { var y=Math.PI*x; } var ao=a(2);
考题
math库包含4个数学常数,math.pi表示自然对数,math.e表示圆周率
热门标签
最新试卷