Question: write class that will multiply and add very large numbers, up to thousands and thousands of digits long in C++. Cannot add any more #includes.


write class that will multiply and add very large numbers, up to thousands and thousands of digits long in C++. Cannot add any more #includes.
Please implement with strings or int array with fast and efficient runtime. and simple comments
2 3 4 // do not add more #includes. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
