Question: Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each. Overload the equality (=) operator
Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each. Overload the equality (=) operator Overload the add (+) operator Overload the multiply (*) operator (extra bonus)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
