How to add arrays/how to get the sum of two arrays

Basically on this assignment I must write program that inputs two positive integers of at most 100 digits and outputs the sum of the numbers into an array. The two positive numbers must come from different arrays and the sum has to be stored into another array.
Interesting topic! By now you've written a few lines of code?
closed account (zA9T0pDG)
Based on the title of the thread I assume you at least have the part done where you get the input and store it in your arrays. So, now you just need to sum the data.

Well, think about what an array is and that should lead to your answer. If you've tried something already, but are having trouble getting it to work, then post your work and I'm sure we can help you understand the concepts/what's going wrong.
Topic archived. No new replies allowed.