so i have 4 list of words. what i want to do is for each list go through it and count the number of occurance the word has in the list and print the first 10.
when it comes to saving the word and the number of occurance, how do i do it. because the number of words in each list is different. how do i make an array for a unknow number of words?
i need to save the word and the number of count for that waord also...
aprreciate a reply