试题详情
- 单项选择题 Which method is an appropriate way to determine the cosine of 42 degrees?()
A、 Double d = Math.cos(42);
B、 Double d = Math.cosine(42);
C、 Double d = Math.cos(Math.toRadians(42));
D、 Double d = Math.cos(Math.toDegrees(42));
E、 Double d = Math.cosine(Math.toRadians(42));
- C
关注下方微信公众号,在线模考后查看
热门试题
- What is th
- Assume the&ens
- 已知: 则输出为()
- Given an
- 盒式布局的对齐方式有哪几种?()
- 用迭代法编写程序用于求解立方根。
- public class&e
- 现有: class&ens
- 有一个n*m的矩阵,编写程序,找出其中最
- 求[3,500]内所有素数之和
- 编写Applet程序实现一个计算器,包括
- public class&e
- 使用滚动条:编写一个Applet包含一个
- 已知: 则下面的哪些代码是正确的()
- 有关new关键字的描述正确的是哪项?()
- 对于如下代码,描述正确的是哪项?&en
- 现有如下五个声明: &ens
- 如何在框架中显示标题?()
- 11. public&ens
-
One of