题目内容

The process of breaking a problem down into smaller pieces is sometimes called将问题分解成更小的部分的过程有时被称为

A. divide and conquer 分而治之
B. scientific method 科学方法
C. top-down programming 自上而下的编程
D. whole-into-part 从整体到部分

查看答案
更多问题

To document the return value of a method, use this in a documentation comment. 要记录方法的返回值,需要在文档注释中使用 。

A. The @param tag
B. The @comment tag
C. The @return tag
D. The @returnValue tag

}

A. a. 18.0
B. 18 (as an integer)
C. 8.0
D. This is an error 错误

A value-returning method must specify this as its return type in the method header. 值返回方法必须在方法头中将其指定为 返回类型。

A. an int
B. a double
C. a boolean
D. any valid data type 任何有效的数据类型

Local variables can be initialized with 局部变量可以用 初始化

A. constants 常量
B. parameter values 参数值
C. the results of an arithmetic operation 算术运算的结果
D. any of the above 以上都是

答案查题题库