移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

Given:   12. NumberFormat nf = NumberFormat.getInstance();   13. nf.setMaximumFractionDigits(4);   14. nf.setMinimumFractionDigits(2);   15. String a = nf.format(3.1415926);   16. String b = nf.format(2);   Which two statements are true about the result if the default locale is Locale.US?()

发布日期:2022-07-16

Given:   12. NumberFormat nf = NumberFormat.getIns...
A

The value of b is 2.00.

B

The value of a is 3.141.

C

The value of a is 3.14.

D

The value of b is 2.0000.

E

The value of a is 3.1415.

F

The value of a is 3.1416.

G

The value of b is 2.

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!