Hey guys. I'm still pretty new to coding so I'm a little confused on where to go from here. So what I have is basically the code to open the text file, but I do not know the simplest way to put them in an array, sort them alphabetically, and show the total count of each name. Here's what I have so far.
The names.txt file contains 150 names, with at least 100 unique names. The output should display the first 100 unique names of the text file, with each name having a count of how many times each name was displayed.
What does a name in the file names.txt llok like?
Could Jorge Francisco Isidoro Luis Borges Acevedo be a single name present in the file?
Does the file contain one name per line of text?