Question: Create a class HugeInteger that uses a 4 0 - element array of digits to store integers as large as 4 0 digits each. Provide
Create a class HugeInteger that uses a element array of digits to store integers as large as digits each. Provide member functions input, output, add and subtract. For comparing HugeInteger objects, provide functions isEqualTo, isNotEqualTo, isGreaterThan, isLessThan, simply returns true if the relationship holds between the two HugeIntegers and returns false if the relationship does not hold. Note: separate interface from implementation!
Write it in C
please use using namespace std;
please write only the code and the ouput i do not need explanations
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
