Write a program to add any number of large integers. The problem can be approached
in at least two ways.
a. First, add two numbers and then repeatedly add the next number with the result
of the previous addition.
b. Create a vector of stacks and then use a generalized version of
addingLargeNumbers() to all stackes at the same time.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here