Posts by Thiago Maia • 13 points
1 post
-
1
votes2
answers1547
viewsQ: Analyzing strings in a text file and returning the string that appeared most
I need to analyze strings in a text file and return to the one that appears the most (if there is a tie take both) and save in another text file. I open the file and analyze the lines but I do not…