题目详情
单选题 应使用如下哪个语句将BigInteger对象b1加到b2中
A. b2 = b1.add(b2)
B. b2.add(b1)
C. b1 = b2.add(b1)
D. b1.add(b2)
学科:默认课程
时间:2025-06-20 07:52:27
相关题目
相关作业