Visit www.myprogramminglab.com to complete select exercises online and get instant feedback.
Exercise
Add a copy constructor to the HugeNumber class described in the previous problem that makes a deep copy of the input HugeNumber. Also create an add method that adds an input HugeNumber to the instance’s HugeNumber value and returns a new HugeNumber that is set to the sum of the two values. Write code to test the additions to your class.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.