Sample Names and Resources | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

6th Jun 2018, 2:20 PM
Andre Daniel
Andre Daniel - avatar
1 Answer
+ 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
6th Jun 2018, 2:47 PM
TurtleShell
TurtleShell - avatar