For my school project, I need to create a console application. But I am very new to all this, so I don't have much experience.
I need to make an application which adds 400 names to my database (first array with 20 first names, and a second array with 20 last names). Each member of the first array should be matched with each member of the second array. So the final result should be 400 person names.
Does anybody have an idea how to get started?