网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Math.ceil(99.1)的结果是()
- A、99
- B、100
- C、99.1
- D、99.0
参考答案
更多 “Math.ceil(99.1)的结果是()A、99B、100C、99.1D、99.0” 相关考题
考题
Whatwillbewrittentothestandardoutputwhenthefollowingprogramisrun?()publicclassQ8499{publicstaticvoidmain(Stringargs[]){doubled=-2.9;inti=(int)d;i*=(int)Math.ceil(d);i*=(int)Math.abs(d);System.out.println(i);}}A.12B.18C.8D.9E.27
考题
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);
考题
下列程序运行的结果为:public class test {public static void main(String args[]) {int i;float f = 2.3f;double d = 2.7;i = ((int)Math.ceil(f)) * ((int)Math.round(d));System.out.println(i);}}
A. 4B. 5C. 6D. 6.1E. 9
考题
下列正确的代码分别是?()A、Math.ceil(7.25)===7B、Math.ceil(7.25)===8C、Math.floor(7.25)===7D、Math.floor(7.25)===8
考题
以下()表达式产生一个0~7之间(含0,7)的随机整数。A、Math.floor(Math.random()*6)B、Math.floor(Math.random()*7)C、Math.floor(Math.random()*8)D、Math.ceil(Math.random()*8)
考题
单选题100-0.09=()。A
99.1B
99.01C
99.91
热门标签
最新试卷