Here's an assigment I was just emailed. After being ill for some time with mono I've been forced to teach myself the material. I have no idea what this assignment is asking for.
"You are to write a program that reads in one integer first indicating the digits in length the user would like to work with for integers addition, then reads in two positive integers (of digits at most in length)and then outputs the sum of the two numbers. Include a loop that allows the user to continue to do more additions until the user says the program should end."
It suggests/requires the use of a dynamic array as well.