I'm writing a program that asks the user to enter 3 sets of numbers (max # in each set is 20), and after all 3 sets are entered, the program would display them.
The issue i'm having is how to end the entries as the user can enter 20 OR less characters. And also, if the user enters more, the extra numbers are automatically being moved to the next array, rather than just being ignored (which is what I want to do).