Im making a program with lots of repeating code, so I decided to take all that repeating code and change it into an array. problem is, I've never worked with arrays before. I tried to look up alot of tutorials, and I understand it more now, but not enough to do what I want.
I need an array that will let the user enter multiple strings of numbers (like entering 13, then entering 45, ect.) and then I need a part were all the numbers they entered to be displayed on the screen. I also need a way to refer to the numbers individually (like "your first number was..." or "your second # was...")
can anyone show me how to do this?