My assignment is to have the user enter two numbers that have 20 digits or less and then output the sum. If the sum has more than 20 numbers have the message shown. It is required that I have at least a function to read and store a number into an array and another function to output the sum of numbers. I did the initial step of reversing the numbers so it can be read, but I'm totally stuck with the sum part, I have no idea how to make a sum out of what I got at the moment.