+ 2
Sample Names and Resources
Where on Google (or anywhere else) can I find a list of sample names. Eg: Females: ("Mary", "Susan", Sophia", "Sarah", etc) So I can copy paste it instead of manually writing out a list of 100+ names. Does this list or website of samples and resources exist anywhere? Or do I have to hard-code it all in?
1 Resposta
+ 1
I don’t think theres anything like that however don’t hard code it, use a text file and put a different name on each line e.g.
Brian
John
Sophie
...
Then you can simply have a string array, ArrayList or some other container and have each element of the container have a different name from the text file. This way you can easily add/remove names