Hello guys! So I'm trying to create this online shopping system for a project. I was wondering if there is a way to gather user input piece by piece then consolidating them in an ArrayList? The first part I'm working on is the registration part. I'm planning to make the program run on Netbeans. So, if the user registers it would look like this:
"Input information: "
"Name:"
"Username:"
How do I get each input and consolidating the inputs under the correct customer in the correct index of the ArrayList? Or is there an easier way of doing this? Sorry guys still practicing :P