多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

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
答案解析:
进入题库查看解析

微信扫一扫手机做题