To divide BigDecimal b1 by b2 and assign the result to b1, you write _________.
a. b1.divide(b2);
b. b2.divide(b1);
c. b1 = b1.divide(b2);
d. b1 = b2.divide(b1);
e. b2 = b2.divide(b1);
c
Computer Science & Information Technology
You might also like to view...
Discuss how the IRR and NPV functions can help make informed financial decisions
What will be an ideal response?
Computer Science & Information Technology
What is the destination MAC address of an ARP Request packet?
What will be an ideal response?
Computer Science & Information Technology